ContentProviderOperation.NewUpdate(Uri) 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.
Create a Builder
suitable for building an operation that will
invoke ContentProvider#update
.
[Android.Runtime.Register("newUpdate", "(Landroid/net/Uri;)Landroid/content/ContentProviderOperation$Builder;", "")]
public static Android.Content.ContentProviderOperation.Builder NewUpdate (Android.Net.Uri uri);
[<Android.Runtime.Register("newUpdate", "(Landroid/net/Uri;)Landroid/content/ContentProviderOperation$Builder;", "")>]
static member NewUpdate : Android.Net.Uri -> Android.Content.ContentProviderOperation.Builder
Parameters
- uri
- Uri
The Uri
that is the target of the operation.
Returns
- Attributes
Remarks
Java documentation for android.content.ContentProviderOperation.newUpdate(android.net.Uri)
.
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.