XamlWriter::Close Method ()

.NET Framework (current version)
 

Closes the XAML writer object.

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

public:
void Close()

In the base implementation, calling Close calls the Dispose method with the isDisposing parameter as true.

.NET Framework
Available since 4.0
Return to top
Show: