ContentInfoSource 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.
Identifies the source from which a view received content.
public enum ContentInfoSource
type ContentInfoSource =
- Inheritance
-
ContentInfoSource
Fields
| Name | Value | Description |
|---|---|---|
| App | 0 | Identifies content supplied by app. |
| Clipboard | 1 | Identifies content supplied by clipboard. |
| InputMethod | 2 | Identifies content supplied by input method. |
| DragAndDrop | 3 | Identifies content supplied by drag and drop. |
| Autofill | 4 | Identifies content supplied by autofill. |
| ProcessText | 5 | Identifies content supplied by process text. |