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
XamlSchemaContext() |
Initialisiert eine neue Instanz der XamlSchemaContext-Klasse. |
XamlSchemaContext(IEnumerable<Assembly>) |
Initialisiert eine neue Instanz der XamlSchemaContext-Klasse auf der Grundlage eines Satzes von Verweisassemblys. |
XamlSchemaContext(XamlSchemaContextSettings) |
Initialisiert eine neue Instanz der XamlSchemaContext-Klasse auf der Grundlage eines Einstellungsobjekts. |
XamlSchemaContext(IEnumerable<Assembly>, XamlSchemaContextSettings) |
Initialisiert eine neue Instanz der XamlSchemaContext-Klasse auf Grundlage eines Satzes von Verweisassemblys und eines Einstellungsobjekts. |
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 auf der Grundlage eines Satzes von Verweisassemblys.
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>
Ein aufzählbarer Satz von Assemblyinformationselementen. Jedes Assemblyinformationselement wird durch einen Assembly-Wert angegeben.
Gilt für
XamlSchemaContext(XamlSchemaContextSettings)
Initialisiert eine neue Instanz der XamlSchemaContext-Klasse auf der Grundlage eines Einstellungsobjekts.
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 für das Erstellen der XamlSchemaContext-Klasse.
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 auf Grundlage eines Satzes von Verweisassemblys und eines Einstellungsobjekts.
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>
Ein aufzählbarer Satz von Assemblyinformationen. Jedes Assemblyinformationselement wird durch einen Assembly-Wert angegeben.
- settings
- XamlSchemaContextSettings
Das Einstellungsobjekt für das Erstellen der XamlSchemaContext-Klasse.