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