IInputPaneInterop 인터페이스(inputpaneinterop.h)

데스크톱 앱에서 InputPane 클래스의 멤버에 액세스할 수 있습니다.

상속

IInputPaneInterop 인터페이스는 IInspectable에서 상속됩니다. IInputPaneInterop 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IInputPaneInterop 인터페이스에는 이러한 메서드가 있습니다.

 
IInputPaneInterop::GetForWindow

지정된 창에 대한 InputPane 개체의 instance 가져옵니다.

설명

InputPane 클래스에 대한 정품 인증 팩터리 instance IUnknown::QueryInterface 메서드를 호출하여 IInputPaneInterop 인터페이스의 instance 가져올 수 있습니다.

IInputPaneInterop 인터페이스를 사용하는 예제는 터치 키보드 알림 WPF 샘플을 참조하세요.

다음 예제에서는 IInputPaneInterop 인터페이스의 정의를 보여줍니다.

[
    uuid(75CF2C57-9195-4931-8332-F0B409E916AF),
]
interface IInputPaneInterop : IInspectable
{
    // Creates an instance of InputPane initialized with the window handle.
    HRESULT GetForWindow([in] HWND appWindow, [in] REFIID riid,
        [out, retval, iid_is(riid)] void** inputPane);
}

스토어 앱의 경우 InputPane.GetForCurrentView 메서드를 사용하여 InputPane 개체를 가져옵니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 10 버전 1607 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2016 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 inputpaneinterop.h

추가 정보

IInspectable

InputPane

WindowsRuntimeMarshal.GetActivationFactory