ContactAnnotation.SupportedOperations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個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 運算子來建立支援的作業清單。