共用方式為


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的個別可選取子專案。

實作

適用於

另請參閱