Choreographer.Instance 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得呼叫線程的編舞器。
public static Android.Views.Choreographer? Instance { [Android.Runtime.Register("getInstance", "()Landroid/view/Choreographer;", "")] get; }
[<get: Android.Runtime.Register("getInstance", "()Landroid/view/Choreographer;", "")>]
static member Instance : Android.Views.Choreographer
屬性值
這個線程的編舞工具。
- 屬性
例外狀況
如果線程沒有循環器,則為 。
備註
取得呼叫線程的編舞器。 必須從已經與其 android.os.Looper
建立關聯的線程呼叫。
的 android.view.Choreographer.getInstance()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。