XmlnsCompatibleWithAttribute(String, String) Konstruktor

Definition

Initialisiert eine neue Instanz der XmlnsCompatibleWithAttribute-Klasse.

public:
 XmlnsCompatibleWithAttribute(System::String ^ oldNamespace, System::String ^ newNamespace);
public XmlnsCompatibleWithAttribute(string oldNamespace, string newNamespace);
new System.Windows.Markup.XmlnsCompatibleWithAttribute : string * string -> System.Windows.Markup.XmlnsCompatibleWithAttribute
Public Sub New (oldNamespace As String, newNamespace As String)

Parameter

oldNamespace
String

Der VERWEIS-XAML-Namespacebezeichner.

newNamespace
String

Der subsumierende XAML-Namespacebezeichner.

Ausnahmen

oldNamespace oder newNamespace ist null.

Gilt für: