Context.IsUiContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果內容是可存取、 或 android.app.WallpaperManager WallpaperManager
等 WindowManager
android.view.LayoutInflater LayoutInflater
UI 元件的 UI 內容,則傳true
回 。
public virtual bool IsUiContext { [Android.Runtime.Register("isUiContext", "()Z", "GetIsUiContextHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isUiContext", "()Z", "GetIsUiContextHandler", ApiSince=31)>]
member this.IsUiContext : bool
屬性值
- 屬性
備註
如果內容是可存取、 或 android.app.WallpaperManager WallpaperManager
等 WindowManager
android.view.LayoutInflater LayoutInflater
UI 元件的 UI 內容,則傳true
回 。 如果android.os.StrictMode.VmPolicy.Builder#detectIncorrectContextUse()
已啟用,則從非UI內容存取UI元件會android.os.strictmode.Violation
擲回。
UI 內容的範例為 android.app.Activity Activity
、從 #createWindowContext(int, Bundle)
或 建立的內容 android.inputmethodservice.InputMethodService InputMethodService
請注意,即使以程式設計方式允許,也不建議您覆寫此方法以略過 android.os.strictmode.IncorrectContextUseViolation
驗證。
的 android.content.Context.isUiContext()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。