Share via


SimpleMonikerResolver.IsDisposed Property

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

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

Syntax

'Declaration
Protected ReadOnly Property IsDisposed As Boolean
'Usage
Dim value As Boolean 

value = Me.IsDisposed
protected bool IsDisposed { get; }
protected:
property bool IsDisposed {
    bool get ();
}
protected function get IsDisposed () : boolean

Property Value

Type: System.Boolean
true if this moniker resolver has been disposed; otherwise, false.

.NET Framework Security

See Also

Reference

SimpleMonikerResolver Class

SimpleMonikerResolver Members

Microsoft.VisualStudio.Modeling Namespace