ContactList.IsHidden プロパティ

定義

ユーザー インターフェイスで ContactList が非表示かどうかを示すブール値を取得または設定します。

public:
 property bool IsHidden { bool get(); void set(bool value); };
bool IsHidden();

void IsHidden(bool value);
public bool IsHidden { get; set; }
var boolean = contactList.isHidden;
contactList.isHidden = boolean;
Public Property IsHidden As Boolean

プロパティ値

Boolean

bool

trueContactList がユーザー インターフェイスで非表示になっている場合は 。それ以外の場合は false

Windows の要件

アプリの機能
contactsSystem

適用対象