Freigeben über


ContactAnnotation.SupportedOperations Eigenschaft

Definition

Ruft die Gruppe von ContactAnnotationOperations ab, die von dieser ContactAnnotation unterstützt wird, oder legt sie fest.

public:
 property ContactAnnotationOperations SupportedOperations { ContactAnnotationOperations get(); void set(ContactAnnotationOperations value); };
ContactAnnotationOperations SupportedOperations();

void SupportedOperations(ContactAnnotationOperations value);
public ContactAnnotationOperations SupportedOperations { get; set; }
var contactAnnotationOperations = contactAnnotation.supportedOperations;
contactAnnotation.supportedOperations = contactAnnotationOperations;
Public Property SupportedOperations As ContactAnnotationOperations

Eigenschaftswert

Die Gruppe von ContactAnnotationOperations, die von dieser ContactAnnotation unterstützt wird.

Windows-Anforderungen

App-Funktionen
contactsSystem

Hinweise

ContactAnnotationOperations-Werte können zu einem einzelnen Wert kombiniert werden, indem der OR-Operator verwendet wird, um eine Liste der unterstützten Vorgänge zu erstellen.

Gilt für: