Share via


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

'Declaration
Public ReadOnly Property ShareCount As Integer
'Usage
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.

.NET Framework Security

See Also

Reference

ModelingDocStore Class

ModelingDocStore Members

Microsoft.VisualStudio.Modeling.Shell Namespace