Udostępnij przez


InternalXmlHelper.Value[IEnumerable<XElement>] Właściwość

Definicja

Pobiera lub ustawia wartość elementu XML. Ta właściwość nie jest przeznaczona do użycia z kodu.

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>

Kolekcja elementów XML do pobrania wartości z lub ustawienia wartości.

Wartość właściwości

Wartość pierwszego elementu XML w podanej kolekcji. Jeśli kolekcja jest pusta, zwraca wartość Nothing.

Dotyczy

Zobacz też