'宣言 Public Function Add( _ ByVal parameter As QueryParameter _ ) As System.Integer
'使用法 Dim instance As QueryParameterCollection Dim parameter As QueryParameter Dim value As System.Integer value = instance.Add(parameter)
public System.int Add( QueryParameter parameter )
パラメータ
- parameter
- The QueryParameter object to add.
戻り値の型
The index of the added object in the current collection.