다음을 통해 공유


CoreFrameworkInputView.GetForUIContext(UIContext) 메서드

정의

지정된 컨텍스트 식별자가 있는 뷰와 연결된 CoreFrameworkInputView 개체를 가져옵니다.

public:
 static CoreFrameworkInputView ^ GetForUIContext(UIContext ^ context);
 static CoreFrameworkInputView GetForUIContext(UIContext const& context);
public static CoreFrameworkInputView GetForUIContext(UIContext context);
function getForUIContext(context)
Public Shared Function GetForUIContext (context As UIContext) As CoreFrameworkInputView

매개 변수

context
UIContext

CoreFrameworkInputView를 가져올 뷰의 컨텍스트 식별자입니다.

반환

지정된 컨텍스트 식별자에 대한 CoreFrameworkInputView 입니다.

설명

이 메서드는 창 없는 스레드에서 호출되는 경우 실패합니다.

적용 대상