ItemContainerAutomationPeer.SelectionContainer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an individual, selectable child item of a container control that implements 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
Property Value
An individual, selectable child item of a container control that implements System.Windows.Automation.Provider.ISelectionProvider.