_dispTextDocumentKeyPressEvents_Event.remove_BeforeKeyPress 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  EnvDTE80
組件:  EnvDTE80 (在 EnvDTE80.dll 中)

語法

'宣告
Sub remove_BeforeKeyPress ( _
    A_1 As _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler _
)
void remove_BeforeKeyPress(
    _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler A_1
)
void remove_BeforeKeyPress(
    _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler^ A_1
)
abstract remove_BeforeKeyPress : 
        A_1:_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler -> unit 
function remove_BeforeKeyPress(
    A_1 : _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler
)

參數

.NET Framework 安全性

請參閱

參考

_dispTextDocumentKeyPressEvents_Event 介面

EnvDTE80 命名空間