ContactAnnotationStoreAccessType Enum
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.
Specifies if the app can read and write all annotations or only those belonging to the app itself.
public enum class ContactAnnotationStoreAccessType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ContactAnnotationStoreAccessType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ContactAnnotationStoreAccessType
var value = Windows.ApplicationModel.Contacts.ContactAnnotationStoreAccessType.appAnnotationsReadWrite
Public Enum ContactAnnotationStoreAccessType
- Inheritance
-
ContactAnnotationStoreAccessType
- Attributes
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
contactsSystem
|
Name | Value | Description |
---|---|---|
AppAnnotationsReadWrite | 0 | Only local app contact annotations. |
AllAnnotationsReadWrite | 1 | All contact annotations. |
Use the OR operator to combine these values together into a single bit field.