다음을 통해 공유


ItemContainerAutomationPeer.SelectionContainer 속성

정의

를 구현하는 컨테이너 컨트롤의 선택 가능한 개별 자식 항목을 가져옵니다 System.Windows.Automation.Provider.ISelectionProvider.

public:
 property IRawElementProviderSimple ^ SelectionContainer { IRawElementProviderSimple ^ get(); };
IRawElementProviderSimple SelectionContainer();
public IRawElementProviderSimple SelectionContainer { get; }
var iRawElementProviderSimple = itemContainerAutomationPeer.selectionContainer;
Public ReadOnly Property SelectionContainer As IRawElementProviderSimple

속성 값

를 구현하는 컨테이너 컨트롤의 선택 가능한 개별 자식 항목입니다 System.Windows.Automation.Provider.ISelectionProvider.

구현

적용 대상

추가 정보