ItemContainerAutomationPeer.SelectionContainer 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取实现 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的容器控件的单个可选子项。