XmlnsCompatibleWithAttribute Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the XmlnsCompatibleWithAttribute class.
Assembly: System.Xaml (in System.Xaml.dll)
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
Available since 3.0
Show: