Share via


VsSelectionContext.CurrentSelection Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property CurrentSelection As ICollection
    Get
'Usage
Dim instance As VsSelectionContext
Dim value As ICollection

value = instance.CurrentSelection
public ICollection CurrentSelection { get; }
public:
property ICollection^ CurrentSelection {
    ICollection^ get ();
}
function get CurrentSelection () : ICollection
member CurrentSelection : ICollection

Property Value

Type: System.Collections.ICollection

.NET Framework Security

See Also

Reference

VsSelectionContext Class

VsSelectionContext Members

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace