ArcGIS Pro 2.9 API Reference Guide
SearchResultCallback Delegate

ESRI.ArcGIS.ItemIndex Namespace : SearchResultCallback Delegate
The set of ItemInfoValue
This delegate is not for public use and is used internally by the system to implement support for other ArcGIS Pro modules.
Syntax
public delegate void SearchResultCallback( 
   ItemInfoValue[] iivs
)
Public Delegate Sub SearchResultCallback( _
   ByVal iivs() As ItemInfoValue _
) 

Parameters

iivs
The set of ItemInfoValue
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

SearchResultCallback Members
ESRI.ArcGIS.ItemIndex Namespace