XamlSchemaContextSettings Class

Definition

Provides optional settings for a XamlSchemaContext.

public ref class XamlSchemaContextSettings
public class XamlSchemaContextSettings
type XamlSchemaContextSettings = class
Public Class XamlSchemaContextSettings
Inheritance
XamlSchemaContextSettings

Constructors

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.

Properties

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).

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