Share via


InternalXmlHelper.Value[IEnumerable<XElement>] Proprietà

Definizione

Ottiene o imposta il valore di un elemento XML. Questa proprietà non può essere utilizzata dal codice.

public:
 static property System::String ^ Value[System::Collections::Generic::IEnumerable<System::Xml::Linq::XElement ^> ^] { System::String ^ get(System::Collections::Generic::IEnumerable<System::Xml::Linq::XElement ^> ^ source); void set(System::Collections::Generic::IEnumerable<System::Xml::Linq::XElement ^> ^ source, System::String ^ value); };
public static string Value[System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source] { get; set; }
static member Value(seq<System.Xml.Linq.XElement>) : string with get, set
Public Shared Property Value(source As IEnumerable(Of XElement)) As String

Parametri

source
IEnumerable<XElement>

Insieme di elementi XML da cui ottenere o per cui impostare un valore.

Valore della proprietà

Valore del primo elemento XML nell'insieme fornito. Se l'insieme è vuoto, restituisce Nothing.

Si applica a

Vedi anche