Android.Content.SearchRecentSuggestionsProvider.Delete Method
This method is provided for use by the ContentResolver.

Syntax

[Android.Runtime.Register("delete", "(Landroid/net/Uri;Ljava/lang/String;[Ljava/lang/String;)I", "GetDelete_Landroid_net_Uri_Ljava_lang_String_arrayLjava_lang_String_Handler")]
public override int Delete (Android.Net.Uri uri, string selection, string[] selectionArgs)

Parameters

uri
The full URI to query, including a row ID (if a specific record is requested).
selection
An optional restriction to apply to rows when deleting.
selectionArgs
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

This method is provided for use by the ContentResolver. Do not override, or directly call from your own code.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1