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 です。

適用対象