InternalXmlHelper.Value[IEnumerable<XElement>] Propriedade

Definição

Obtém ou define o valor de um elemento XML.Gets or sets the value of an XML element. Essa propriedade não se destina a ser usada do seu código.This property is not intended to be used from your code.

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; }
member this.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 da qual obter um valor ou para a qual definir um valor.A collection of XML elements to get a value from or set a value for.

Valor da propriedade

String

O valor do primeiro elemento XML na coleção fornecida.The value of the first XML element in the supplied collection. Se a coleção estiver vazia, retornará Nothing .If the collection is empty, returns Nothing.

Aplica-se a