_dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler (Delegado)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: EnvDTE80
Ensamblado: EnvDTE80 (en EnvDTE80.dll)
Sintaxis
'Declaración
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler ( _
Keypress As String, _
Selection As TextSelection, _
InStatementCompletion As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler(
string Keypress,
TextSelection Selection,
bool InStatementCompletion
)
[ComVisibleAttribute(false)]
public delegate void _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler(
String^ Keypress,
TextSelection^ Selection,
bool InStatementCompletion
)
[<ComVisibleAttribute(false)>]
type _dispTextDocumentKeyPressEvents_AfterKeyPressEventHandler =
delegate of
Keypress:string *
Selection:TextSelection *
InStatementCompletion:bool -> unit
JScript no admite delegados.
Parámetros
- Keypress
Tipo: System.String
- Selection
Tipo: EnvDTE.TextSelection
- InStatementCompletion
Tipo: System.Boolean