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


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > QueryParameterCollection クラス > Item プロパティ : Item(String) プロパティ
The name of the parameter.
Gets the parameter with the specified name.
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As QueryParameter
'使用法
 
Dim instance As QueryParameterCollection
Dim name As System.String
Dim value As QueryParameter
 
value = instance.Item(name)
public QueryParameter Item( 
   System.string name
) {get;}

パラメータ

name
The name of the parameter.

プロパティ値

The QueryParameter object with the specified C1.C1Preview.NamedCollectionItem.Name, or null if a parameter with the specified name was not found.
参照

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