Język

XmlnsCompatibleWithAttribute(String, String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy XmlnsCompatibleWithAttribute.

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)

Parametry

oldNamespace
String

Identyfikator przestrzeni nazw XAML odwołania.

newNamespace
String

Subsumowanie identyfikatora przestrzeni nazw XAML.

Wyjątki

oldNamespace lub newNamespace ma wartość null.

Dotyczy