ISynchronizedInputProvider Interfész
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Olyan módszereket tesz elérhetővé, amelyek megkönnyítik UI-automatizálás ügyfél hozzáférését a szinkronizált bemenetet támogató vezérlőkhöz.
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
- Attribútumok
Megjegyzések
Implementálja ezt a felületet egy UI-automatizálás szolgáltatón, amely támogatnia kell a SynchronizedInputPattern vezérlőmintát.
Metódusok
| Name | Description |
|---|---|
| Cancel() |
Leállítja a bemenetek figyelését. |
| StartListening(SynchronizedInputType) |
Azt jelzi, hogy a szolgáltató elkezdi figyelni a megadott típusú bemenetet. |