CommandSetLibrary.CurrentDocumentSelection Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the collection of selected elements in the active document window.
protected:
 property System::Collections::ICollection ^ CurrentDocumentSelection { System::Collections::ICollection ^ get(); };[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
protected System.Collections.ICollection CurrentDocumentSelection { get; }[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.CurrentDocumentSelection : System.Collections.ICollectionProtected ReadOnly Property CurrentDocumentSelection As ICollectionProperty Value
- Attributes