バージョン

Item プロパティ (GridBehaviorCollection)

コレクションのインデクサー
シンタックス
'宣言
 
Public Overridable ReadOnly Default Property Item( _
   ByVal index As Integer _
) As GridBehavior
public virtual GridBehavior this[ 
   int index
]; {get;}

パラメータ

index
返す動作のインデックス。

プロパティ値

インデックスが提供された動作。インデックスが境界の外の場合は null。
参照