TextDocumentKeyPressEventsClass.remove_BeforeKeyPress 方法

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

僅限 Microsoft 內部使用。

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

語法

'宣告
Public Overridable Sub remove_BeforeKeyPress ( _
    A_1 As _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler _
)
public virtual void remove_BeforeKeyPress(
    _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler A_1
)
public:
virtual void remove_BeforeKeyPress(
    _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler^ A_1
)
abstract remove_BeforeKeyPress : 
        A_1:_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler -> unit 
override remove_BeforeKeyPress : 
        A_1:_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler -> unit 
public function remove_BeforeKeyPress(
    A_1 : _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler
)

參數

實作

_dispTextDocumentKeyPressEvents_Event.remove_BeforeKeyPress(_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler)

.NET Framework 安全性

請參閱

參考

TextDocumentKeyPressEventsClass 類別

EnvDTE80 命名空間