Android.Content.ContentProviderClient.LocalContentProvider Property
Get a reference to the Android.Content.ContentProvider that is associated with this client.

Syntax

[get: Android.Runtime.Register("getLocalContentProvider", "()Landroid/content/ContentProvider;", "GetGetLocalContentProviderHandler")]
public virtual ContentProvider LocalContentProvider { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Get a reference to the Android.Content.ContentProvider that is associated with this client. If the Android.Content.ContentProvider is running in a different process then null will be returned. This can be used if you know you are running in the same process as a provider, and want to get direct access to its implementation details.

[Android Documentation]

Requirements

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