バージョン

GetXAttributeValue メソッド

XAttributeの値を返します。
シンタックス
'宣言
 
Public Overridable Function GetXAttributeValue( _
   ByVal ParamArray attributes() As String _
) As String
public virtual string GetXAttributeValue( 
   params string[] attributes
)

パラメータ

attributes
XAttribute でエンコードする内部属性/値のペア名。偶数のパラメーターを持つ必要があります。

戻り値の型

XAttribute のエンコードされた値。XAttributes がサポートされない場合は空の文字列。
参照