_dispTextDocumentKeyPressEvents_Event 介面
這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE80
組件: EnvDTE80 (在 EnvDTE80.dll 中)
語法
'宣告
<ComVisibleAttribute(False)> _
Public Interface _dispTextDocumentKeyPressEvents_Event
[ComVisibleAttribute(false)]
public interface _dispTextDocumentKeyPressEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispTextDocumentKeyPressEvents_Event
[<ComVisibleAttribute(false)>]
type _dispTextDocumentKeyPressEvents_Event = interface end
public interface _dispTextDocumentKeyPressEvents_Event
_dispTextDocumentKeyPressEvents_Event 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
add_AfterKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 | |
add_BeforeKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 | |
remove_AfterKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 | |
remove_BeforeKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
AfterKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 | |
BeforeKeyPress | 基礎架構。 僅限 Microsoft 內部使用。 |
回頁首