Android.Content.ContentProvider.Context Property
Retrieves the Context this provider is running in.

Syntax

[get: Android.Runtime.Register("getContext", "()Landroid/content/Context;", "GetGetContextHandler")]
public Context Context { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieves the Context this provider is running in. Only available once ContentProvider.OnCreate has been called -- this will return null in the constructor.

[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