Store.Disposed Property

Gets whether the store has been disposed.

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

Syntax

'Declaration
Public ReadOnly Property Disposed As Boolean
public bool Disposed { get; }
public:
property bool Disposed {
    bool get ();
}
member Disposed : bool with get
function get Disposed () : boolean

Property Value

Type: Boolean
true if the store has been disposed; otherwise, false.

.NET Framework Security

See Also

Reference

Store Class

Microsoft.VisualStudio.Modeling Namespace