Aracılığıyla paylaş


InternalXmlHelper.Value[IEnumerable<XElement>] Özellik

Tanım

XML öğesinin değerini alır veya ayarlar. Bu özelliğin kodunuzdan kullanılması amaçlanmamıştır.

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

Parametreler

source
IEnumerable<XElement>

değerinden değer almak veya değerini ayarlamak için xml öğeleri koleksiyonu.

Özellik Değeri

Sağlanan koleksiyondaki ilk XML öğesinin değeri. Koleksiyon boşsa döndürür Nothing.

Şunlara uygulanır

Ayrıca bkz.