ISynchronizedInputProvider 인터페이스

정의

동기화된 입력을 지원하는 컨트롤에 대한 UI 자동화 클라이언트 액세스를 용이하게 하는 메서드를 노출합니다.

public interface class ISynchronizedInputProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("29db1a06-02ce-4cf7-9b42-565d4fab20ee")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISynchronizedInputProvider
public interface ISynchronizedInputProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("29db1a06-02ce-4cf7-9b42-565d4fab20ee")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISynchronizedInputProvider = interface
type ISynchronizedInputProvider = interface
Public Interface ISynchronizedInputProvider
특성

설명

컨트롤 패턴을 지원해야 하는 UI 자동화 공급자에서 이 인터페이스를 SynchronizedInputPattern 구현합니다.

메서드

Cancel()

입력 수신 대기를 중지합니다.

StartListening(SynchronizedInputType)

공급자가 지정된 형식의 입력에 대한 수신 대기를 시작하도록 지정합니다.

적용 대상