Share via


VsSelectionContext.CurrentStore 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 Overridable ReadOnly Property CurrentStore As Store
    Get
'Usage
Dim instance As VsSelectionContext
Dim value As Store

value = instance.CurrentStore
public virtual Store CurrentStore { get; }
public:
virtual property Store^ CurrentStore {
    Store^ get ();
}
function get CurrentStore () : Store
abstract CurrentStore : Store
override CurrentStore : Store

Property Value

Type: Microsoft.VisualStudio.Modeling.Store

.NET Framework Security

See Also

Reference

VsSelectionContext Class

VsSelectionContext Members

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace