XmlnsDefinitionAttribute(String, String) Constructor

Definition

Creates a new XmlnsDefinitionAttribute.

public:
 XmlnsDefinitionAttribute(System::String ^ xmlNamespace, System::String ^ target);
public:
 XmlnsDefinitionAttribute(System::String ^ xmlNamespace, System::String ^ clrNamespace);
public XmlnsDefinitionAttribute(string xmlNamespace, string target);
public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace);
new Microsoft.Maui.Controls.XmlnsDefinitionAttribute : string * string -> Microsoft.Maui.Controls.XmlnsDefinitionAttribute
new Microsoft.Maui.Controls.XmlnsDefinitionAttribute : string * string -> Microsoft.Maui.Controls.XmlnsDefinitionAttribute
Public Sub New (xmlNamespace As String, target As String)
Public Sub New (xmlNamespace As String, clrNamespace As String)

Parameters

xmlNamespace
String

The XML namespace.

targetclrNamespace
String

The target CLR namespace or xmlns.

Applies to