XamlXmlWriterSettings Class
Provides initialization settings for the XamlXmlWriter XAML writer implementation.
Assembly: System.Xaml (in System.Xaml.dll)
| Name | Description | |
|---|---|---|
![]() | XamlXmlWriterSettings() | Initializes a new instance of the XamlXmlWriterSettings class. |
| Name | Description | |
|---|---|---|
![]() | AssumeValidInput | Gets or sets a value that specifies whether the XamlXmlWriter should always assume valid XAML input for purposes of duplicate resolution or other error checking. |
![]() | CloseOutput | Gets or sets a value that specifies whether the XamlXmlWriter should close immediately on Dispose or other operations, or whether the XAML writer should instead write the buffer output before closing. Use this setting with caution; closing immediately can result in invalid XAML that cannot be loaded again. |
| Name | Description | |
|---|---|---|
![]() | Copy() | Returns a copy of this XamlXmlWriterSettings instance. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The defaults for all XamlXmlWriterSettings values are false.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


