_dispTextDocumentKeyPressEvents.BeforeKeyPress – 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 BeforeKeyPress ( _
Keypress As String, _
Selection As TextSelection, _
InStatementCompletion As Boolean, _
ByRef CancelKeypress As Boolean _
)
void BeforeKeyPress(
string Keypress,
TextSelection Selection,
bool InStatementCompletion,
ref bool CancelKeypress
)
void BeforeKeyPress(
String^ Keypress,
TextSelection^ Selection,
bool InStatementCompletion,
bool% CancelKeypress
)
abstract BeforeKeyPress :
Keypress:string *
Selection:TextSelection *
InStatementCompletion:bool *
CancelKeypress:bool byref -> unit
function BeforeKeyPress(
Keypress : String,
Selection : TextSelection,
InStatementCompletion : boolean,
CancelKeypress : boolean
)
Parametry
- Keypress
Typ: System.String
- Selection
Typ: EnvDTE.TextSelection
- InStatementCompletion
Typ: System.Boolean
- CancelKeypress
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.