ContactAnnotation.SupportedOperations Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.