Language

ViewImportantForContentCapture Enum

Definition

Controls whether a view and its descendants participate in content capture.

public enum ViewImportantForContentCapture
type ViewImportantForContentCapture = 
Inheritance
ViewImportantForContentCapture

Fields

Name Value Description
Auto 0

Indicates the auto content-capture importance for a view and its descendants.

Yes 1

Indicates the yes content-capture importance for a view and its descendants.

No 2

Indicates the no content-capture importance for a view and its descendants.

YesExcludeDescendants 4

Indicates the yes exclude descendants content-capture importance for a view and its descendants.

NoExcludeDescendants 8

Indicates the no exclude descendants content-capture importance for a view and its descendants.

Applies to