XamlReader::IsDisposed Property

.NET Framework (current version)
 

Gets whether Dispose has been called.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

protected:
property bool IsDisposed {
	bool get();
	private: void set(bool value);
}

Property Value

Type: System::Boolean

true if Dispose has been called; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: