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 referencyjnej przestrzeni nazw XAML.

newNamespace
String

Podsumowanie identyfikatora przestrzeni nazw XAML.

Wyjątki

oldNamespace lub newNamespace ma wartość null.

Dotyczy