ComponentOne Studio for WinRT XAML
Item プロパティ (C1CollectionView)

ビュー内の項目の0から始まるインデックス。
指定されたビューインデックスの位置にある項目を取得または設定します。
構文
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As System.Object
public System.object this[ 
   System.int index
]; {get; set;}

パラメータ

index
ビュー内の項目の0から始まるインデックス。

プロパティ値

指定されたビューインデックスの位置にある項目。
参照

C1CollectionView クラス
C1CollectionView メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.