XamlXmlReaderSettings Class

Definition

Specifies processing rules or option settings for the XamlXmlReader XAML reader implementation.

public ref class XamlXmlReaderSettings : System::Xaml::XamlReaderSettings
public class XamlXmlReaderSettings : System.Xaml.XamlReaderSettings
type XamlXmlReaderSettings = class
    inherit XamlReaderSettings
Public Class XamlXmlReaderSettings
Inherits XamlReaderSettings
Inheritance
XamlXmlReaderSettings

Constructors

XamlXmlReaderSettings()

Initializes a new instance of the XamlXmlReaderSettings class.

XamlXmlReaderSettings(XamlXmlReaderSettings)

Initializes a new instance of the XamlXmlReaderSettings class by copying settings from an existing XamlXmlReaderSettings object.

Properties

AllowProtectedMembersOnRoot

Gets or sets a value that indicates whether the root object may include members that have a protected code access model when it reports the XAML type representation.

(Inherited from XamlReaderSettings)
BaseUri

Gets or sets the base URI that is used to resolve relative paths.

(Inherited from XamlReaderSettings)
CloseInput

Gets or sets a value that indicates whether the underlying stream or text reader should be closed when the XamlXmlReader is closed.

IgnoreUidsOnPropertyElements

Gets or sets a value that specifies whether the XAML reader should ignore values for x:Uid attributes that exist on property elements.

(Inherited from XamlReaderSettings)
LocalAssembly

Gets or sets the object that represents the current local assembly for processing. This assembly information is used for calls to helper APIs such as GetAllMembers().

(Inherited from XamlReaderSettings)
ProvideLineInfo

Gets or sets a value that specifies whether the reader can provide line number and position.

(Inherited from XamlReaderSettings)
SkipXmlCompatibilityProcessing

Gets or sets a value that determines whether the reader should differ from the default XamlXmlReader behavior of how markup compatibility content is processed.

ValuesMustBeString

Gets or sets a value that specifies whether the reader enforces that all Value nodes are processed as a String type.

(Inherited from XamlReaderSettings)
XmlLang

Gets or sets the language setting value that the reader may promote to writers that write xml:lang attributes in nodes.

XmlSpacePreserve

Gets or sets a value that determines whether the XAML reader instructs any XAML writers to write xml:space attributes in nodes. If that behavior is desired, this information is passed through shared XAML schema context.

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