XamlSchemaContextSettings Class
Provides optional settings for a XamlSchemaContext.
Assembly: System.Xaml (in System.Xaml.dll)
| Name | Description | |
|---|---|---|
![]() | XamlSchemaContextSettings() | Initializes a new instance of the XamlSchemaContextSettings class. |
![]() | XamlSchemaContextSettings(XamlSchemaContextSettings^) | Initializes a new instance of the XamlSchemaContextSettings class by copying the values of an existing XamlSchemaContextSettings instance. |
| Name | Description | |
|---|---|---|
![]() | FullyQualifyAssemblyNamesInClrNamespaces | Gets or sets a value that specifies whether a XAML schema and its context use fully qualified assembly names in the values that are returned by the lookup API. |
![]() | SupportMarkupExtensionsWithDuplicateArity | Gets or sets a value that specifies whether a XAML schema context allows for markup extensions that have two constructors with the same arity (number of input parameters). |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.


