RibbonTabDataAutomationPeer.ISelectionItemProvider.RemoveFromSelection Method
This API is not implemented.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Private Sub RemoveFromSelection Implements ISelectionItemProvider.RemoveFromSelection
void ISelectionItemProvider.RemoveFromSelection()
private:
virtual void RemoveFromSelection() sealed = ISelectionItemProvider::RemoveFromSelection
private abstract RemoveFromSelection : unit -> unit
private override RemoveFromSelection : unit -> unit
JScript does not support explicit interface implementations.
Implements
ISelectionItemProvider.RemoveFromSelection()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The RibbonTab that is associated with this RibbonTabDataAutomationPeer is selected. |
Remarks
This member is an explicit interface member implementation. It can be used only when the RibbonTabDataAutomationPeer 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.