バージョン

GetXAttributeString メソッド

XAttribute 名とそのエンコードされた値を含むフル XAttribute 文字列を返します。
シンタックス
'宣言
 
Public Overridable Function GetXAttributeString( _
   ByVal ParamArray attributes() As String _
) As String
public virtual string GetXAttributeString( 
   params string[] attributes
)

パラメータ

attributes
XAttribute でエンコードする内部属性/値のペア

戻り値の型

XAttribute の文字列表現および XAttribute のエンコードされた値。XAttributes がサポートされない場合、通常の属性 - 名前のペア。
参照