バージョン

Item(Int32) プロパティ

指定したインデックスにある UltraTile を取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As UltraTile
public UltraTile Item( 
   int index
) {get;}

パラメータ

index
取得する UltraTile のインデックス。

プロパティ値

指定したインデックスにある UltraTile。
例外
例外解説
System.ArgumentOutOfRangeExceptionindex はゼロ未満です。
System.ArgumentOutOfRangeExceptionindex は Count 以上です。
参照