ContactAnnotation.SupportedOperations 属性

定义

获取或设置此 ContactAnnotation 支持的 ContactAnnotationOperation 组

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

属性值

ContactAnnotation 支持的 ContactAnnotationOperation 组

Windows 要求

应用功能
contactsSystem

注解

ContactAnnotationOperations 值可以通过使用 OR 运算符创建受支持的操作列表,组合成单个值。

适用于