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