다음을 통해 공유


CoreInputView.GetForUIContext(UIContext) 메서드

정의

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

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

매개 변수

context
UIContext

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

반환

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

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)

설명

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

적용 대상