ItemContainerAutomationPeer.SelectionContainer Property
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();
C#
public IRawElementProviderSimple SelectionContainer { get; }
var iRawElementProviderSimple = itemContainerAutomationPeer.selectionContainer;
Public ReadOnly Property SelectionContainer As IRawElementProviderSimple
An individual, selectable child item of a container control that implements System.Windows.Automation.Provider.ISelectionProvider.
Product | Versions |
---|---|
Windows App SDK | 1.4, 1.5, 1.6 |