XamlSchemaContext Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der XamlSchemaContext-Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| XamlSchemaContext() |
Initialisiert eine neue Instanz der XamlSchemaContext-Klasse. |
| XamlSchemaContext(IEnumerable<Assembly>) |
Initialisiert eine neue Instanz der XamlSchemaContext Klasse, basierend auf einer Reihe von Referenzassemblys. |
| XamlSchemaContext(XamlSchemaContextSettings) |
Initialisiert eine neue Instanz der XamlSchemaContext Klasse basierend auf einem Einstellungsobjekt. |
| XamlSchemaContext(IEnumerable<Assembly>, XamlSchemaContextSettings) |
Initialisiert eine neue Instanz der XamlSchemaContext Klasse, basierend auf einer Reihe von Referenzassemblys und einem Einstellungsobjekt. |
XamlSchemaContext()
Initialisiert eine neue Instanz der XamlSchemaContext-Klasse.
public:
XamlSchemaContext();
public XamlSchemaContext();
Public Sub New ()
Gilt für:
XamlSchemaContext(IEnumerable<Assembly>)
Initialisiert eine neue Instanz der XamlSchemaContext Klasse, basierend auf einer Reihe von Referenzassemblys.
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))
Parameter
- referenceAssemblies
- IEnumerable<Assembly>
Eine aufzählbare Gruppe von Assemblyinformationselementen. Jedes Assemblyinformationselement wird durch einen Assembly Wert angegeben.
Gilt für:
XamlSchemaContext(XamlSchemaContextSettings)
Initialisiert eine neue Instanz der XamlSchemaContext Klasse basierend auf einem Einstellungsobjekt.
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)
Parameter
- settings
- XamlSchemaContextSettings
Das Einstellungsobjekt, das zum Erstellen des XamlSchemaContextObjekts verwendet werden soll.
Hinweise
Das Einstellungsobjekt speichert Informationen zu Textkonverter- und Markuperweiterungsspezifischen für den Schemakontext. Weitere Informationen finden Sie unter XamlSchemaContextSettings.
Gilt für:
XamlSchemaContext(IEnumerable<Assembly>, XamlSchemaContextSettings)
Initialisiert eine neue Instanz der XamlSchemaContext Klasse, basierend auf einer Reihe von Referenzassemblys und einem Einstellungsobjekt.
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)
Parameter
- referenceAssemblies
- IEnumerable<Assembly>
Eine aufzählbare Gruppe von Assemblyinformationen. Jedes Assemblyinformationselement wird durch einen Assembly Wert angegeben.
- settings
- XamlSchemaContextSettings
Das Einstellungsobjekt, das zum Erstellen des XamlSchemaContextObjekts verwendet werden soll.