Share via


InternalXmlHelper.Value[IEnumerable<XElement>] Propiedad

Definición

Obtiene o establece el valor de un elemento XML. Esta propiedad no está pensada para que se utilice desde el 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>

Colección de elementos XML de la que se va a obtener un valor o para la que se va a establecer un valor.

Valor de propiedad

Valor del primer elemento XML de la colección proporcionada. Si la colección está vacía, devuelve Nothing.

Se aplica a

Consulte también