Método _dispTextDocumentKeyPressEvents.AfterKeyPress
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE80
Assembly: EnvDTE80 (em EnvDTE80.dll)
Sintaxe
'Declaração
Sub AfterKeyPress ( _
Keypress As String, _
Selection As TextSelection, _
InStatementCompletion As Boolean _
)
void AfterKeyPress(
string Keypress,
TextSelection Selection,
bool InStatementCompletion
)
void AfterKeyPress(
String^ Keypress,
TextSelection^ Selection,
bool InStatementCompletion
)
abstract AfterKeyPress :
Keypress:string *
Selection:TextSelection *
InStatementCompletion:bool -> unit
function AfterKeyPress(
Keypress : String,
Selection : TextSelection,
InStatementCompletion : boolean
)
Parâmetros
Keypress
Tipo: String
Selection
Tipo: TextSelection
InStatementCompletion
Tipo: Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.