다음을 통해 공유


ISelectionItemProvider.SelectionContainer 속성

정의

ISelectionProvider를 구현하고 호출 개체의 컨테이너 역할을 하는 UI 자동화 공급자를 가져옵니다.

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

속성 값

UI 자동화 공급자입니다.

적용 대상