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


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > QueryParameterCollection クラス > Item プロパティ : Item(Int32) プロパティ
The index in the current collection.
Gets the element at the specified index.
シンタックス
'宣言
 
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
The index in the current collection.

プロパティ値

The element at the specified index.
参照

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