LoopingSelectorItemAutomationPeer.SelectionContainer Property

Definition

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

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

Property Value

The provider that supports ISelectionProvider.

Implements

Applies to