Condividi tramite


XmlnsDefinitionAttribute(String, String) Costruttore

Definizione

Crea un nuovo XmlnsDefinitionAttributeoggetto .

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)

Parametri

xmlNamespace
String

Spazio dei nomi XML.

targetclrNamespace
String

Spazio dei nomi CLR o xmlns di destinazione.

Si applica a