XmlnsCompatibleWithAttribute(String, String) Constructor

Definition

Initializes a new instance of the XmlnsCompatibleWithAttribute class.

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)

Parameters

oldNamespace
String

The reference XAML namespace identifier.

newNamespace
String

The subsuming XAML namespace identifier.

Exceptions

oldNamespace or newNamespace is null.

Applies to