XamlSchemaContext Constructor
.NET Framework 4.5
Initializes a new instance of the XamlSchemaContext class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
XamlSchemaContext() | Initializes a new instance of the XamlSchemaContext class. |
|
XamlSchemaContext(IEnumerable<Assembly>) | Initializes a new instance of the XamlSchemaContext class, based on a set of reference assemblies. |
|
XamlSchemaContext(XamlSchemaContextSettings) | Initializes a new instance of the XamlSchemaContext class, based on a settings object. |
|
XamlSchemaContext(IEnumerable<Assembly>, XamlSchemaContextSettings) | Initializes a new instance of the XamlSchemaContext class, based on a set of reference assemblies and a settings object. |