ContactAnnotation.IsDisabled プロパティ

定義

この ContactAnnotation がユーザーによって無効にされているかどうかを示すブール値を取得します。

public:
 property bool IsDisabled { bool get(); };
bool IsDisabled();
public bool IsDisabled { get; }
var boolean = contactAnnotation.isDisabled;
Public ReadOnly Property IsDisabled As Boolean

プロパティ値

Boolean

bool

true この ContactAnnotation がユーザーによって無効になっている場合。それ以外の場合は false

Windows の要件

アプリの機能
contactsSystem

適用対象