次の方法で共有


TreeViewItemAutomationPeer.ExpandCollapseState プロパティ

定義

関連付けられた TreeViewItem の展開または折りたたまれた状態を示す値を取得します。

public:
 property ExpandCollapseState ExpandCollapseState { ExpandCollapseState get(); };
ExpandCollapseState ExpandCollapseState();
public ExpandCollapseState ExpandCollapseState { get; }
var expandCollapseState = treeViewItemAutomationPeer.expandCollapseState;
Public ReadOnly Property ExpandCollapseState As ExpandCollapseState

プロパティ値

関連付けられた TreeViewItem の展開または折りたたまれた状態。 既定値は Expanded です

実装

注釈

ExpandCollapseState は、直接の子オブジェクトの可視性のみを参照します。すべての子孫オブジェクトの可視性は参照しません。

適用対象