共用方式為


ContactAnnotation.SupportedOperations 屬性

定義

取得或設定這個ContactAnnotation所支援的ContactAnnotationOperations群組。

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 支援的 ContactAnnotationOperations群組。

Windows 需求

應用程式功能
contactsSystem

備註

ContactAnnotationOperations 值可以結合成單一值,方法是使用 OR 運算子來建立支援的作業清單。

適用於