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

適用於

另請參閱