RibbonGalleryItemDataAutomationPeer.ISelectionItemProvider.SelectionContainer Property
Gets the automation peer that acts as the container for the RibbonGalleryItem.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Private ReadOnly Property SelectionContainer As IRawElementProviderSimple
Implements ISelectionItemProvider.SelectionContainer
IRawElementProviderSimple ISelectionItemProvider.SelectionContainer { get; }
private:
virtual property IRawElementProviderSimple^ SelectionContainer {
IRawElementProviderSimple^ get () sealed = ISelectionItemProvider::SelectionContainer::get;
}
private abstract SelectionContainer : IRawElementProviderSimple
private override SelectionContainer : IRawElementProviderSimple
JScript does not support explicit interface implementations.
Property Value
Type: System.Windows.Automation.Provider.IRawElementProviderSimple
The automation peer that acts as the container for the RibbonGalleryItem.
Implements
ISelectionItemProvider.SelectionContainer
Remarks
This member is an explicit interface member implementation. It can be used only when the RibbonGalleryItemDataAutomationPeer instance is cast to an ISelectionItemProvider interface.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.