XamlWriter.Close Method

Definition

Closes the XAML writer object.

public:
 void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Remarks

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

Applies to