バージョン

GetAttribute(String,String) メソッド

名前の属性を取得します。
シンタックス
'宣言
 
Public Overloads Function GetAttribute( _
   ByVal name As System.String, _
   ByVal defaultValue As System.String _
) As System.String
public System.string GetAttribute( 
   System.string name,
   System.string defaultValue
)

パラメータ

name
属性の名前です。
defaultValue
属性がなければ、デフォルト値。

戻り値の型

属性の値。
参照

オンラインで表示: GitHub