Store.CurrentContext Property

Gets the current context of the store.

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

Syntax

'Declaration
Public ReadOnly Property CurrentContext As Context
'Usage
Dim instance As Store 
Dim value As Context 

value = instance.CurrentContext
public Context CurrentContext { get; }
public:
property Context^ CurrentContext {
    Context^ get ();
}
public function get CurrentContext () : Context

Property Value

Type: Microsoft.VisualStudio.Modeling.Context

.NET Framework Security

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace