XmlnsCompatibleWithAttribute(String, String) Konstruktor

Definice

Inicializuje novou instanci XmlnsCompatibleWithAttribute třídy.

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

Referenční identifikátor oboru názvů XAML.

newNamespace
String

Identifikátor dílčího oboru názvů XAML.

Výjimky

oldNamespace nebo newNamespace je null.

Platí pro