ModelingDocStore.Context Property

Gets the context for the store.

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

Syntax

'宣言
Public ReadOnly Property Context As Context
'使用
Dim instance As ModelingDocStore
Dim value As Context

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Context

The context for the store.

Remarks

The context contains the mapping of transactions to partitions.

Permissions

See Also

Reference

ModelingDocStore Class

ModelingDocStore Members

Microsoft.VisualStudio.Modeling.Shell Namespace