_dispTextDocumentKeyPressEvents_Event.add_BeforeKeyPress 方法
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE80
組件: EnvDTE80 (在 EnvDTE80.dll 中)
語法
'宣告
Sub add_BeforeKeyPress ( _
A_1 As _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler _
)
void add_BeforeKeyPress(
_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler A_1
)
void add_BeforeKeyPress(
_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler^ A_1
)
abstract add_BeforeKeyPress :
A_1:_dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler -> unit
function add_BeforeKeyPress(
A_1 : _dispTextDocumentKeyPressEvents_BeforeKeyPressEventHandler
)
參數
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。