ISynchronizedInputProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將方法公開,以利使用者介面自動化用戶端存取可支援同步化輸入的控制項。
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
- 屬性
備註
在必須支援 SynchronizedInputPattern 控制項模式的消費者介面自動化提供者上實作這個介面。
方法
Cancel() |
停止接聽輸入。 |
StartListening(SynchronizedInputType) |
指定提供者開始接聽指定之型別的輸入。 |