XmlnsDefinitionAttribute(String, String) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.