ViewImportantForContentCapture Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |