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 命名空间标识符。

例外

oldNamespacenewNamespacenull

适用于