RibbonGalleryItemDataAutomationPeer.ISelectionItemProvider.Select Method
Deselects any selected items and then selects the RibbonGalleryItem that is associated with this RibbonGalleryItemDataAutomationPeer.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Private Sub Select Implements ISelectionItemProvider.Select
void ISelectionItemProvider.Select()
private:
virtual void Select() sealed = ISelectionItemProvider::Select
private abstract Select : unit -> unit
private override Select : unit -> unit
JScript does not support explicit interface implementations.
Implements
ISelectionItemProvider.Select()
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.