Enum SearchResultMode
Defines how many results should be returned by a search.
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public enum SearchResultMode
Fields
Name | Description |
---|---|
Automatic | Try to make the right choice of single or multiple results based on context. |
Multiple | Always try to return multiple results. |
Single | Always try to return a single result. |