Metodo _dispTextDocumentKeyPressEvents.AfterKeyPress
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- Keypress
Tipo: System.String
- Selection
Tipo: EnvDTE.TextSelection
- InStatementCompletion
Tipo: System.Boolean
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.