XamlObjectReaderSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies processing rules or option settings for a XamlObjectReader.
public ref class XamlObjectReaderSettings : System::Xaml::XamlReaderSettings
public class XamlObjectReaderSettings : System.Xaml.XamlReaderSettings
type XamlObjectReaderSettings = class
inherit XamlReaderSettings
Public Class XamlObjectReaderSettings
Inherits XamlReaderSettings
- Inheritance
Constructors
XamlObjectReaderSettings() |
Initializes a new instance of the XamlObjectReaderSettings class. |
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) |
IgnoreUidsOnPropertyElements |
Gets or sets a value that specifies whether the XAML reader should ignore values for |
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) |
RequireExplicitContentVisibility |
Gets or sets a value that determines whether writers that use the associated XamlObjectReader for context should use designer settings for writing content explicitly. |
ValuesMustBeString |
Gets or sets a value that specifies whether the reader enforces that all |
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) |