Share via


InternalXmlHelper.Value[IEnumerable<XElement>] Vlastnost

Definice

Získá nebo nastaví hodnotu xml elementu. Tato vlastnost není určena k použití v kódu.

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

Parametry

source
IEnumerable<XElement>

Kolekce elementů XML pro získání nebo nastavení hodnoty pro.

Hodnota vlastnosti

Hodnota prvního elementu XML v zadané kolekci. Pokud je kolekce prázdná, vrátí Nothing.

Platí pro

Viz také