ArcGIS Pro 2.9 API Reference Guide
GetFilter Method (AutoCompleteComboBoxSetting)

ArcGIS.Desktop.Core Namespace > AutoCompleteComboBoxSetting Class : GetFilter Method
The string input by user.
The function to get a string which identifies the specified item.
Gets a filter function which determines whether items should be suggested or not for the specified query. Default: Gets the filter which maps an item to true if its text contains the query (case insensitive).
Syntax
Public Overridable Function GetFilter( _
   ByVal query As String, _
   ByVal stringFromItem As Func(Of Object,String) _
) As Predicate(Of Object)

Parameters

query
The string input by user.
stringFromItem
The function to get a string which identifies the specified item.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

AutoCompleteComboBoxSetting Class
AutoCompleteComboBoxSetting Members