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的容器控件的单个可选子项。

实现

适用于

另请参阅