PrintDocument for WinForms
Item(Int32) プロパティ


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview.DataBinding 名前空間 > QueryParameterCollection クラス > Item プロパティ : Item(Int32) プロパティ
オブジェクトのインデックス。
コレクション内の指定したインデックスのオブジェクトを取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As QueryParameter
'使用法
 
Dim instance As QueryParameterCollection
Dim index As System.Integer
Dim value As QueryParameter
 
value = instance.Item(index)
public QueryParameter Item( 
   System.int index
) {get;}

パラメータ

index
オブジェクトのインデックス。

プロパティ値

指定したインデックスの要素。
参照

QueryParameterCollection クラス
QueryParameterCollection メンバ
オーバーロード一覧