バージョン

Item プロパティ (VideoPlayerBannerCollection)

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

パラメータ

index
コレクションから取得する VideoPlayerBanner のゼロから始まるインデックス。
参照