monoandroid
namespace Android.Provider
{
[Register("android/provider/MediaStore", DoNotGenerateAcw = true)]
public sealed class MediaStore : Object
{
[Register("android/provider/MediaStore$Images", DoNotGenerateAcw = true)]
public sealed class Images : Object
{
[Register("android/provider/MediaStore$Images$Media", DoNotGenerateAcw = true)]
public sealed class Media : Object
{
[Obsolete("deprecated")]
[Register("query", "(Landroid/content/ContentResolver;Landroid/net/Uri;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)Landroid/database/Cursor;", "")]
public static ICursor? Query(ContentResolver? cr, Uri? uri, string![]? projection, string? selection, string![]? selectionArgs, string? orderBy);
}
}
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | deprecated |
Platform Restrictions | This framework does not have platform annotations. |