ContactsContract.IsProfileId(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個方法可用來識別指定的標識碼是否與配置檔數據相關聯。
[Android.Runtime.Register("isProfileId", "(J)Z", "")]
public static bool IsProfileId (long id);
[<Android.Runtime.Register("isProfileId", "(J)Z", "")>]
static member IsProfileId : int64 -> bool
參數
- id
- Int64
要檢查的標識碼。
傳回
標識碼是否與配置檔數據相關聯。
- 屬性
備註
這個方法可用來識別指定的標識碼是否與配置檔數據相關聯。 它不一定表示標識碼系結至有效數據,只是使用此標識符存取數據會導致配置檔存取檢查,而且只會從配置檔傳回數據。
的 android.provider.ContactsContract.isProfileId(long)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。