ContactAnnotationStoreAccessType
ContactAnnotationStoreAccessType
ContactAnnotationStoreAccessType
ContactAnnotationStoreAccessType
Enum
Definition
Specifies if the app can read and write all annotations or only those belonging to the app itself.
public : enum class ContactAnnotationStoreAccessTypepublic enum ContactAnnotationStoreAccessTypePublic Enum ContactAnnotationStoreAccessType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AllAnnotationsReadWrite AllAnnotationsReadWrite AllAnnotationsReadWrite AllAnnotationsReadWrite | All contact annotations. |
| AppAnnotationsReadWrite AppAnnotationsReadWrite AppAnnotationsReadWrite AppAnnotationsReadWrite | Only local app contact annotations. |
Remarks
Use the OR operator to combine these values together into a single bit field.