IVsSelectionContext.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.
public:
property System::Collections::ICollection ^ CurrentDocumentSelection { System::Collections::ICollection ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public System.Collections.ICollection CurrentDocumentSelection { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.CurrentDocumentSelection : System.Collections.ICollection
Public ReadOnly Property CurrentDocumentSelection As ICollection
Property Value
- Attributes