DisposableObject::IsDisposed Property
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: property bool IsDisposed { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] private: void set(bool value); }
Show: