DisposableObject::IsDisposed Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns whether the object has been disposed once, which protects against double disposal.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property bool IsDisposed {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if the object has already been disposed.

Return to top
Show: