バージョン

GetAttribute(String,Boolean) メソッド

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

パラメータ

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

戻り値の型

属性の値。
参照