다음을 통해 공유


TreeViewItemDataAutomationPeer.ExpandCollapseState 속성

정의

연결된 TreeViewItemDataAutomationPeer의 확장되거나 축소된 상태를 나타내는 값을 가져옵니다.

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

속성 값

연결된 TreeViewItemDataAutomationPeer의 확장되거나 축소된 상태입니다. 기본값은 Expanded입니다.

구현

설명

ExpandCollapseState 는 직계 자식 개체의 표시 여부만 참조하며 모든 하위 개체의 표시 유형을 참조하지는 않습니다.

적용 대상