SimpleMonikerResolver::IsDisposed Property

 

Gets the moniker resolver and verifies whether it has been disposed.

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

protected:
property bool IsDisposed {
	bool get();
}

Property Value

Type: System::Boolean

true if this moniker resolver has been disposed; otherwise, false.

Return to top
Show: