Freigeben über


Query<TParams>(Int32, Int32, TParams) Constructor

Definition

Initializes a new instance of the Query<TParams> class.

public Query(int count, int skip, TParams parameters);
new Microsoft.Agents.Builder.App.AdaptiveCards.Query<'Params> : int * int * 'Params -> Microsoft.Agents.Builder.App.AdaptiveCards.Query<'Params>
Public Sub New (count As Integer, skip As Integer, parameters As TParams)

Parameters

count
Int32

Number of items to return in the result set.

skip
Int32

Number of items to skip in the result set.

parameters
TParams

Query parameters.

Applies to