バージョン

GetItem メソッド (AttributeCollection)

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

パラメータ

name
属性の名前です。

戻り値の型

指定した名前付きの属性。
参照