XmlnsCompatibleWithAttribute(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.