다음을 통해 공유


SearchSuggestionSpec.MaximumResultCount Property

Definition

Returns the maximum number of wanted suggestion that will be returned in the result object.

public int MaximumResultCount { [Android.Runtime.Register("getMaximumResultCount", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getMaximumResultCount", "()I", "", ApiSince=34)>]
member this.MaximumResultCount : int

Property Value

Attributes

Remarks

Returns the maximum number of wanted suggestion that will be returned in the result object.

Java documentation for android.app.appsearch.SearchSuggestionSpec.getMaximumResultCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to