Condividi tramite


InternalXmlHelper.CreateAttribute(XName, Object) Metodo

Definizione

Crea un attributo XML con il valore e il nome forniti. Questo metodo non è destinato a essere utilizzato dal codice.

public:
 static System::Xml::Linq::XAttribute ^ CreateAttribute(System::Xml::Linq::XName ^ name, System::Object ^ value);
public static System.Xml.Linq.XAttribute CreateAttribute (System.Xml.Linq.XName name, object value);
static member CreateAttribute : System.Xml.Linq.XName * obj -> System.Xml.Linq.XAttribute
Public Shared Function CreateAttribute (name As XName, value As Object) As XAttribute

Parametri

name
XName

Nome dell'attributo XML da creare.

value
Object

Valore da assegnare all'attributo XML creato. Se value è Nothing, questo metodo restituisce Nothing.

Restituisce

Oggetto XAttribute con il valore e il nome forniti.

Si applica a

Vedi anche