Compartir a través de


ContactAnnotation.SupportedOperations Propiedad

Definición

Obtiene o establece el grupo de ContactAnnotationOperations admitidos por esta 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

Valor de propiedad

El grupo de ContactAnnotationOperations admitido por esta contactAnnotation.

Requisitos de Windows

Características de aplicaciones
contactsSystem

Comentarios

Los valores contactAnnotationOperations se pueden combinar en un solo valor mediante el operador OR para crear una lista de las operaciones admitidas.

Se aplica a