XmlnsCompatibleWithAttribute(String, String) コンストラクター

定義

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)

パラメーター

oldNamespace
String

参照 XAML 名前空間識別子。

newNamespace
String

サブスム中の XAML 名前空間識別子。

例外

oldNamespace または newNamespacenull

適用対象