AppIndexTextQuery.GetNextMatches(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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