_dispTextDocumentKeyPressEvents.AfterKeyPress – metoda
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE80
Sestavení: EnvDTE80 (v EnvDTE80.dll)
Syntaxe
'Deklarace
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
)
Parametry
- Keypress
Typ: System.String
- Selection
Typ: EnvDTE.TextSelection
- InStatementCompletion
Typ: System.Boolean
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.