InternalXmlHelper.AttributeValue[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 XML 屬性的值。 這個屬性並不適合從程式碼使用。
多載
AttributeValue[IEnumerable<XElement>, XName] |
取得或設定 XML 屬性的值。 這個屬性並不適合從程式碼使用。 |
AttributeValue[XElement, XName] |
取得或設定 XML 屬性的值。 這個屬性並不適合從程式碼使用。 |
AttributeValue[IEnumerable<XElement>, XName]
取得或設定 XML 屬性的值。 這個屬性並不適合從程式碼使用。
public:
static property System::String ^ AttributeValue[System::Collections::Generic::IEnumerable<System::Xml::Linq::XElement ^> ^, System::Xml::Linq::XName ^] { System::String ^ get(System::Collections::Generic::IEnumerable<System::Xml::Linq::XElement ^> ^ source, System::Xml::Linq::XName ^ name); void set(System::Collections::Generic::IEnumerable<System::Xml::Linq::XElement ^> ^ source, System::Xml::Linq::XName ^ name, System::String ^ value); };
public static string AttributeValue[System.Collections.Generic.IEnumerable<System.Xml.Linq.XElement> source, System.Xml.Linq.XName name] { get; set; }
static member AttributeValue(seq<System.Xml.Linq.XElement> * System.Xml.Linq.XName) : string with get, set
Public Shared Property AttributeValue(source As IEnumerable(Of XElement), name As XName) As String
參數
- source
- IEnumerable<XElement>
XML 項目集合,要從這些項目中取得屬性值或為其設定屬性值。
- name
- XName
XML 屬性名稱,要從該屬性中取得值或設定其值。
屬性值
XML 屬性值,此屬性是由提供之 XML 項目集合中第一個項目的 name
參數加以識別。 如果集合是空的,則傳回 Nothing
。
另請參閱
適用於
AttributeValue[XElement, XName]
取得或設定 XML 屬性的值。 這個屬性並不適合從程式碼使用。
public:
static property System::String ^ AttributeValue[System::Xml::Linq::XElement ^, System::Xml::Linq::XName ^] { System::String ^ get(System::Xml::Linq::XElement ^ source, System::Xml::Linq::XName ^ name); void set(System::Xml::Linq::XElement ^ source, System::Xml::Linq::XName ^ name, System::String ^ value); };
public static string AttributeValue[System.Xml.Linq.XElement source, System.Xml.Linq.XName name] { get; set; }
static member AttributeValue(System.Xml.Linq.XElement * System.Xml.Linq.XName) : string with get, set
Public Shared Property AttributeValue(source As XElement, name As XName) As String
參數
- source
- XElement
XML 項目,要從中取得屬性值或為其設定屬性值。
- name
- XName
XML 屬性名稱,要從該屬性中取得值或設定其值。
屬性值
XML 屬性值,此屬性是由提供之 XML 項目中的 name
參數加以識別。