CommandSetLibrary.CurrentSelection Property

Definition

Returns the collection of selected elements in the active window. This could be a document window or tool window.

protected:
 property System::Collections::ICollection ^ CurrentSelection { System::Collections::ICollection ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
protected System.Collections.ICollection CurrentSelection { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.CurrentSelection : System.Collections.ICollection
Protected ReadOnly Property CurrentSelection As ICollection

Property Value

Attributes

Applies to