バージョン

getAttribute メソッド (HTMLTag)

名前属性を得ます。
シンタックス
'宣言
 
Public Function getAttribute( _
   ByVal name As Object _
) As Object
public object getAttribute( 
   object name
)

パラメータ

name
名前属性

戻り値の型

このHTMLタグのための、与えられた名前属性に関連した値
参照