Share via


ContactAnnotation.SupportedOperations Propriété

Définition

Obtient ou définit le groupe de ContactAnnotationOperations pris en charge par ce ContactAnnotation.

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

Valeur de propriété

Groupe de ContactAnnotationOperations pris en charge par ce ContactAnnotation.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

Remarques

Les valeurs ContactAnnotationOperations peuvent être combinées en une seule valeur à l’aide de l’opérateur OR pour créer une liste des opérations prises en charge.

S’applique à