Share via


ISelectionItemProvider.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 = iSelectionItemProvider.selectionContainer;
Public ReadOnly Property SelectionContainer As IRawElementProviderSimple

Property Value

The UI Automation provider.

Applies to