Share via


XmlnsDefinitionAttribute(String, String) Constructor

Definition

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
targetclrNamespace
String

Applies to