XamlSchemaContextSettings Constructors
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.
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
- settings
- XamlSchemaContextSettings
An existing XamlSchemaContextSettings.