ContactAnnotation.SupportedOperations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此 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 运算符创建受支持的操作列表,组合成单个值。