Partager via


RenamingDelegatingContext.ProviderWithRenamedContext Méthode

Définition

Surcharges

ProviderWithRenamedContext(Class, Context, String)
ProviderWithRenamedContext(Class, Context, String, Boolean)

ProviderWithRenamedContext(Class, Context, String)

[Android.Runtime.Register("providerWithRenamedContext", "(Ljava/lang/Class;Landroid/content/Context;Ljava/lang/String;)Landroid/content/ContentProvider;", "")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.content.ContentProvider" })]
public static Java.Lang.Object? ProviderWithRenamedContext (Java.Lang.Class? contentProvider, Android.Content.Context? c, string? filePrefix);
[<Android.Runtime.Register("providerWithRenamedContext", "(Ljava/lang/Class;Landroid/content/Context;Ljava/lang/String;)Landroid/content/ContentProvider;", "")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.content.ContentProvider" })>]
static member ProviderWithRenamedContext : Java.Lang.Class * Android.Content.Context * string -> Java.Lang.Object

Paramètres

contentProvider
Class
filePrefix
String

Retours

Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

ProviderWithRenamedContext(Class, Context, String, Boolean)

[Android.Runtime.Register("providerWithRenamedContext", "(Ljava/lang/Class;Landroid/content/Context;Ljava/lang/String;Z)Landroid/content/ContentProvider;", "")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.content.ContentProvider" })]
public static Java.Lang.Object? ProviderWithRenamedContext (Java.Lang.Class? contentProvider, Android.Content.Context? c, string? filePrefix, bool allowAccessToExistingFilesAndDbs);
[<Android.Runtime.Register("providerWithRenamedContext", "(Ljava/lang/Class;Landroid/content/Context;Ljava/lang/String;Z)Landroid/content/ContentProvider;", "")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.content.ContentProvider" })>]
static member ProviderWithRenamedContext : Java.Lang.Class * Android.Content.Context * string * bool -> Java.Lang.Object

Paramètres

contentProvider
Class
filePrefix
String
allowAccessToExistingFilesAndDbs
Boolean

Retours

Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à