言語

View.ApplicationWindowToken プロパティ

定義

このビューがアタッチされているウィンドウの最上位の "実際の" ウィンドウを識別する一意のトークンを取得します。

public virtual Android.OS.IBinder? ApplicationWindowToken { [Android.Runtime.Register("getApplicationWindowToken", "()Landroid/os/IBinder;", "GetGetApplicationWindowTokenHandler")] get; }
[<get: Android.Runtime.Register("getApplicationWindowToken", "()Landroid/os/IBinder;", "GetGetApplicationWindowTokenHandler")>]
member this.ApplicationWindowToken : Android.OS.IBinder

プロパティ値

関連付けられているウィンドウ トークン ( #getWindowToken() または含むウィンドウのトークン) を返します。

属性

注釈

このビューがアタッチされているウィンドウの最上位の "実際の" ウィンドウを識別する一意のトークンを取得します。 つまり、これは #getWindowTokenのようなものです。ただし、このビューのウィンドウがパネル ウィンドウ (別の包含ウィンドウにアタッチされている) である場合を除き、代わりに含まれるウィンドウのトークンが返されます。

Javaドキュメント。

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

適用対象