XmlnsCompatibleWithAttribute(String, String) Konstruktor

Definition

Initierar en ny instans av XmlnsCompatibleWithAttribute klassen.

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)

Parametrar

oldNamespace
String

XAML-namnområdesidentifierare för referens.

newNamespace
String

XAML-namnområdesidentifieraren som undersummas.

Undantag

oldNamespace eller newNamespace är null.

Gäller för