ContactsContract.Contacts.GetLookupUri メソッド

定義

オーバーロード

GetLookupUri(ContentResolver, Uri)

要求されたContactsエントリを#CONTENT_LOOKUP_URI記述するスタイルUriを作成します。

GetLookupUri(Int64, String)

指定ContactsContract.Contacts#_IDした と #LOOKUP_KEY#CONTENT_LOOKUP_URI使用してルックアップUriを作成します。

GetLookupUri(ContentResolver, Uri)

要求されたContactsエントリを#CONTENT_LOOKUP_URI記述するスタイルUriを作成します。

[Android.Runtime.Register("getLookupUri", "(Landroid/content/ContentResolver;Landroid/net/Uri;)Landroid/net/Uri;", "")]
public static Android.Net.Uri? GetLookupUri (Android.Content.ContentResolver? resolver, Android.Net.Uri? contactUri);
[<Android.Runtime.Register("getLookupUri", "(Landroid/content/ContentResolver;Landroid/net/Uri;)Landroid/net/Uri;", "")>]
static member GetLookupUri : Android.Content.ContentResolver * Android.Net.Uri -> Android.Net.Uri

パラメーター

resolver
ContentResolver
contactUri
Uri

#CONTENT_URI行、または更新を試みる既存#CONTENT_LOOKUP_URIの 。

戻り値

Uri
属性

注釈

要求されたContactsエントリを#CONTENT_LOOKUP_URI記述するスタイルUriを作成します。

android.provider.ContactsContract.Contacts.getLookupUri(android.content.ContentResolver, android.net.Uri)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

GetLookupUri(Int64, String)

指定ContactsContract.Contacts#_IDした と #LOOKUP_KEY#CONTENT_LOOKUP_URI使用してルックアップUriを作成します。

[Android.Runtime.Register("getLookupUri", "(JLjava/lang/String;)Landroid/net/Uri;", "")]
public static Android.Net.Uri? GetLookupUri (long contactId, string? lookupKey);
[<Android.Runtime.Register("getLookupUri", "(JLjava/lang/String;)Landroid/net/Uri;", "")>]
static member GetLookupUri : int64 * string -> Android.Net.Uri

パラメーター

contactId
Int64
lookupKey
String

戻り値

Uri
属性

注釈

指定ContactsContract.Contacts#_IDした と #LOOKUP_KEY#CONTENT_LOOKUP_URI使用してルックアップUriを作成します。

指定されたパラメーターから有効な参照 URI を構築できない場合は null を返します。

android.provider.ContactsContract.Contacts.getLookupUri(long, java.lang.String)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象