Language

AppIndexTextQuery.GetNextMatches(Int32) Method

Definition

public:
 virtual IVectorView<TextQueryMatch ^> ^ GetNextMatches(int maxCount) = GetNextMatches;
/// [Windows.Foundation.Metadata.Experimental]
IVectorView<TextQueryMatch> GetNextMatches(int const& maxCount);
[Windows.Foundation.Metadata.Experimental]
public IReadOnlyList<TextQueryMatch> GetNextMatches(int maxCount);
function getNextMatches(maxCount)
Public Function GetNextMatches (maxCount As Integer) As IReadOnlyList(Of TextQueryMatch)

Parameters

maxCount
Int32

int

Returns

Attributes

Applies to