SelectorItemAutomationPeer.SelectionContainer Property

Definition

Gets the UI Automation provider that implements ISelectionProvider and acts as container for the calling object.

public:
 property IRawElementProviderSimple ^ SelectionContainer { IRawElementProviderSimple ^ get(); };
IRawElementProviderSimple SelectionContainer();
public IRawElementProviderSimple SelectionContainer { get; }
var iRawElementProviderSimple = selectorItemAutomationPeer.selectionContainer;
Public ReadOnly Property SelectionContainer As IRawElementProviderSimple

Property Value

The UI Automation provider.

Implements

Applies to