Store::Disposed Property

 

Gets whether the store has been disposed.

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

public:
property bool Disposed {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: