CSSearchQuery.FoundItemCount Property
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.
Gets the current number of found items.
public virtual nuint FoundItemCount { [Foundation.Export("foundItemCount")] get; }
member this.FoundItemCount : nuint
Property Value
System.System.UIntPtr
System.unativeint
The current number of found items.
- Attributes
Remarks
This number will grow as more search results become ready.