Dialog.Context プロパティ

定義

このダイアログが実行されているコンテキストを取得します。

public Android.Content.Context Context { [Android.Runtime.Register("getContext", "()Landroid/content/Context;", "")] get; }
[<get: Android.Runtime.Register("getContext", "()Landroid/content/Context;", "")>]
member this.Context : Android.Content.Context

プロパティ値

コンテキスト ダイアログで使用されるコンテキスト。

属性

注釈

このダイアログが実行されているコンテキストを取得します。

の Java ドキュメント android.app.Dialog.getContext()

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

適用対象