バージョン

Item プロパティ (WebRatingImageCollection)

コントロール内の項目のコレクションを取得します。
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As Integer _
) As RatingImageItem
public RatingImageItem this[ 
   int index
]; {get; set;}

パラメータ

index
コレクションから取得する RatingImageItem の 0 から始まるインデックス番号。
参照