InternalXmlHelper.Value[IEnumerable<XElement>] Proprietà

Definizione

Ottiene o imposta il valore di un elemento XML. Questa proprietà non deve essere usata 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>

Raccolta di elementi XML per cui ottenere un valore o impostare un valore per .

Valore della proprietà

Valore del primo elemento XML nella raccolta fornita. Se la raccolta è vuota, restituisce Nothing.

Si applica a

Vedi anche