XamlSchemaContextSettings Constructors

Definition

Initializes a new instance of the XamlSchemaContextSettings class.

Overloads

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.

XamlSchemaContextSettings()

Initializes a new instance of the XamlSchemaContextSettings class.

public:
 XamlSchemaContextSettings();
public XamlSchemaContextSettings ();
Public Sub New ()

Applies to

XamlSchemaContextSettings(XamlSchemaContextSettings)

Initializes a new instance of the XamlSchemaContextSettings class by copying the values of an existing XamlSchemaContextSettings instance.

public:
 XamlSchemaContextSettings(System::Xaml::XamlSchemaContextSettings ^ settings);
public XamlSchemaContextSettings (System.Xaml.XamlSchemaContextSettings settings);
new System.Xaml.XamlSchemaContextSettings : System.Xaml.XamlSchemaContextSettings -> System.Xaml.XamlSchemaContextSettings
Public Sub New (settings As XamlSchemaContextSettings)

Parameters

Applies to