XamlSchemaContext Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci XamlSchemaContext třídy.
Přetížení
XamlSchemaContext() |
Inicializuje novou instanci XamlSchemaContext třídy. |
XamlSchemaContext(IEnumerable<Assembly>) |
Inicializuje novou instanci XamlSchemaContext třídy na základě sady referenčních sestavení. |
XamlSchemaContext(XamlSchemaContextSettings) |
Inicializuje novou instanci XamlSchemaContext třídy na základě objektu nastavení. |
XamlSchemaContext(IEnumerable<Assembly>, XamlSchemaContextSettings) |
Inicializuje novou instanci XamlSchemaContext třídy na základě sady referenčních sestavení a objektu nastavení. |
XamlSchemaContext()
Inicializuje novou instanci XamlSchemaContext třídy.
public:
XamlSchemaContext();
public XamlSchemaContext ();
Public Sub New ()
Platí pro
XamlSchemaContext(IEnumerable<Assembly>)
Inicializuje novou instanci XamlSchemaContext třídy na základě sady referenčních sestavení.
public:
XamlSchemaContext(System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ referenceAssemblies);
public XamlSchemaContext (System.Collections.Generic.IEnumerable<System.Reflection.Assembly> referenceAssemblies);
new System.Xaml.XamlSchemaContext : seq<System.Reflection.Assembly> -> System.Xaml.XamlSchemaContext
Public Sub New (referenceAssemblies As IEnumerable(Of Assembly))
Parametry
- referenceAssemblies
- IEnumerable<Assembly>
Sada výčtu položek informací o sestavení. Každá položka informací o sestavení je určena hodnotou Assembly .
Platí pro
XamlSchemaContext(XamlSchemaContextSettings)
Inicializuje novou instanci XamlSchemaContext třídy na základě objektu nastavení.
public:
XamlSchemaContext(System::Xaml::XamlSchemaContextSettings ^ settings);
public XamlSchemaContext (System.Xaml.XamlSchemaContextSettings settings);
new System.Xaml.XamlSchemaContext : System.Xaml.XamlSchemaContextSettings -> System.Xaml.XamlSchemaContext
Public Sub New (settings As XamlSchemaContextSettings)
Parametry
- settings
- XamlSchemaContextSettings
Objekt nastavení, který se má použít k vytvoření objektu XamlSchemaContext.
Poznámky
Objekt nastavení ukládá informace o převaděči textu a specifika rozšíření značek pro kontext schématu. Další informace naleznete v tématu XamlSchemaContextSettings.
Platí pro
XamlSchemaContext(IEnumerable<Assembly>, XamlSchemaContextSettings)
Inicializuje novou instanci XamlSchemaContext třídy na základě sady referenčních sestavení a objektu nastavení.
public:
XamlSchemaContext(System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ referenceAssemblies, System::Xaml::XamlSchemaContextSettings ^ settings);
public XamlSchemaContext (System.Collections.Generic.IEnumerable<System.Reflection.Assembly> referenceAssemblies, System.Xaml.XamlSchemaContextSettings settings);
new System.Xaml.XamlSchemaContext : seq<System.Reflection.Assembly> * System.Xaml.XamlSchemaContextSettings -> System.Xaml.XamlSchemaContext
Public Sub New (referenceAssemblies As IEnumerable(Of Assembly), settings As XamlSchemaContextSettings)
Parametry
- referenceAssemblies
- IEnumerable<Assembly>
Výčet informací o sestavení. Každá položka informací o sestavení je určena hodnotou Assembly .
- settings
- XamlSchemaContextSettings
Objekt nastavení, který se má použít k vytvoření objektu XamlSchemaContext.