バージョン

GetAttribute(String,Int32) メソッド

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

パラメータ

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

戻り値の型

属性の値。
参照