This documentation is archived and is not being maintained.
XamlObjectReaderSettings Class
Visual Studio 2010
Specifies processing rules or option settings for a XamlObjectReader.
Assembly: System.Xaml (in System.Xaml.dll)
The XamlObjectReaderSettings type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XamlObjectReaderSettings | Initializes a new instance of the XamlObjectReaderSettings class. |
| Name | Description | |
|---|---|---|
![]() | 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 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 XamlType::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 Value nodes are processed as a String type. (Inherited from XamlReaderSettings.) |
| Name | Description | |
|---|---|---|
![]() | 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 a hash function for a particular type. (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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
