XmlnsCompatibleWithAttribute Constructor (String^, String^)

 

Initializes a new instance of the XmlnsCompatibleWithAttribute class.

Namespace:   System.Windows.Markup
Assembly:  System.Xaml (in System.Xaml.dll)

public:
XmlnsCompatibleWithAttribute(
	String^ oldNamespace,
	String^ newNamespace
)

Parameters

oldNamespace
Type: System::String^

The reference XAML namespace identifier.

newNamespace
Type: System::String^

The subsuming XAML namespace identifier.

Exception Condition
ArgumentNullException

oldNamespace or newNamespace are null.

.NET Framework
Available since 3.0
Return to top
Show: