InternalXmlHelper.Value[IEnumerable<XElement>] 屬性

定義

取得或設定 XML 元素的值。 此屬性並非用於你的程式碼。

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

參數

source
IEnumerable<XElement>

一組用來取得值或設定值的 XML 元素集合。

屬性值

所提供集合中第一個 XML 元素的值。 若集合為空,則返回 Nothing

適用於

另請參閱