バージョン

Item プロパティ (GalleryItemCollection)

指定したキーを持つ要素を返します。
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal key As String _
) As GalleryItem
public new GalleryItem this[ 
   string key
]; {get;}

パラメータ

key
返す要素のキー。

プロパティ値

指定されたキーを持つ GalleryItem。指定されたキーを持つ GalleryItem が存在しない場合、Null です。
参照