InternalXmlHelper.Value[IEnumerable<XElement>] Propriedade

Definição

Obtém ou define o valor de um elemento XML. Esta propriedade não foi concebida para ser usada no seu código.

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

Parâmetros

source
IEnumerable<XElement>

Uma coleção de elementos XML para obter um valor ou definir um valor para.

Valor de Propriedade

O valor do primeiro elemento XML na coleção fornecida. Se a coleção estiver vazia, devolve Nothing.

Aplica-se a

Ver também