Context.CreateContext(ContextParams) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のプロパティと動作を持つコンテキストを作成します。
[Android.Runtime.Register("createContext", "(Landroid/content/ContextParams;)Landroid/content/Context;", "GetCreateContext_Landroid_content_ContextParams_Handler", ApiSince=31)]
public virtual Android.Content.Context CreateContext(Android.Content.ContextParams contextParams);
[<Android.Runtime.Register("createContext", "(Landroid/content/ContextParams;)Landroid/content/Context;", "GetCreateContext_Landroid_content_ContextParams_Handler", ApiSince=31)>]
abstract member CreateContext : Android.Content.ContextParams -> Android.Content.Context
override this.CreateContext : Android.Content.ContextParams -> Android.Content.Context
パラメーター
- contextParams
- ContextParams
新しいコンテキストの動作方法のパラメーター。
返品
指定された動作を持つコンテキスト。
- 属性
注釈
特定のプロパティと動作を持つコンテキストを作成します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。