Filter.PublishResults Method
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.
Overloads
PublishResults(ICharSequence, Filter+FilterResults) |
Invoked in the UI thread to publish the filtering results in the user interface. |
PublishResults(String, Filter+FilterResults) |
Invoked in the UI thread to publish the filtering results in the user interface. |
PublishResults(ICharSequence, Filter+FilterResults)
Invoked in the UI thread to publish the filtering results in the user interface.
[Android.Runtime.Register("publishResults", "(Ljava/lang/CharSequence;Landroid/widget/Filter$FilterResults;)V", "GetPublishResults_Ljava_lang_CharSequence_Landroid_widget_Filter_FilterResults_Handler")]
protected abstract void PublishResults (Java.Lang.ICharSequence? constraint, Android.Widget.Filter.FilterResults? results);
[<Android.Runtime.Register("publishResults", "(Ljava/lang/CharSequence;Landroid/widget/Filter$FilterResults;)V", "GetPublishResults_Ljava_lang_CharSequence_Landroid_widget_Filter_FilterResults_Handler")>]
abstract member PublishResults : Java.Lang.ICharSequence * Android.Widget.Filter.FilterResults -> unit
Parameters
- constraint
- ICharSequence
the constraint used to filter the data
- results
- Filter.FilterResults
the results of the filtering operation
- Attributes
Remarks
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.
See also
- <xref:Android.Widget.Filter.InvokeFilter(Java.Lang.ICharSequence%2c+.IFilterListener)>
- PerformFiltering(ICharSequence)
Applies to
PublishResults(String, Filter+FilterResults)
Invoked in the UI thread to publish the filtering results in the user interface.
protected void PublishResults (string? constraint, Android.Widget.Filter.FilterResults? results);
member this.PublishResults : string * Android.Widget.Filter.FilterResults -> unit
Parameters
- constraint
- String
the constraint used to filter the data
- results
- Filter.FilterResults
the results of the filtering operation
Remarks
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.