ModelingDocStore.ShareCount Property

Gets the flag that indicates whether multiple models share the store.

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

Syntax

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

value = instance.ShareCount
public int ShareCount { get; }
public:
property int ShareCount {
    int get ();
}
public function get ShareCount () : int

Property Value

Type: System.Int32

The flag that indicates whether multiple models share the store.

Permissions

See Also

Reference

ModelingDocStore Class

ModelingDocStore Members

Microsoft.VisualStudio.Modeling.Shell Namespace