XamlWriterSettings Class

Definition

Provides initialization settings for a XamlWriter implementation.

public ref class XamlWriterSettings
public class XamlWriterSettings
type XamlWriterSettings = class
Public Class XamlWriterSettings
Inheritance
XamlWriterSettings
Derived

Remarks

XamlWriterSettings is a class for settings that are used by a XamlWriter; however, XamlWriterSettings does not hold any specific settings. The XamlWriter constructor does not use this settings class as an argument, nor does any other XamlWriter member use it. Instead, the XamlXmlWriter and XamlObjectWriter classes include their own settings classes as construction arguments; both classes add actual settings and are based on XamlWriterSettings.

Constructors

XamlWriterSettings()

Initializes a new instance of the XamlWriterSettings class.

XamlWriterSettings(XamlWriterSettings)

Initializes a new instance of the XamlWriterSettings class using another existing settings instance.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to