Context.CreateContext(ContextParams) 메서드

정의

특정 속성 및 동작을 사용하여 컨텍스트를 만듭니다.

[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

새 컨텍스트가 작동하는 방식에 대한 매개 변수입니다.

반환

지정된 동작이 있는 컨텍스트입니다.

특성

설명

특정 속성 및 동작을 사용하여 컨텍스트를 만듭니다.

에 대한 Java 설명서입니다 android.content.Context.createContext(android.content.ContextParams).

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상