Compartilhar via


ContactAnnotation.SupportedOperations Propriedade

Definição

Obtém ou define o grupo de ContactAnnotationOperations com suporte neste 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 da propriedade

O grupo de ContactAnnotationOperations com suporte neste ContactAnnotation.

Requisitos do Windows

Funcionalidades do aplicativo
contactsSystem

Comentários

Os valores ContactAnnotationOperations podem ser combinados em um único valor usando o operador OR para fazer uma lista de operações com suporte.

Aplica-se a