_dispTextDocumentKeyPressEvents_SinkHelper.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
Public Overridable Sub BeforeKeyPress ( _
A_1 As String, _
A_2 As TextSelection, _
A_3 As Boolean, _
ByRef A_4 As Boolean _
)
public virtual void BeforeKeyPress(
string A_1,
TextSelection A_2,
bool A_3,
ref bool A_4
)
public:
virtual void BeforeKeyPress(
String^ A_1,
TextSelection^ A_2,
bool A_3,
bool% A_4
)
abstract BeforeKeyPress :
A_1:string *
A_2:TextSelection *
A_3:bool *
A_4:bool byref -> unit
override BeforeKeyPress :
A_1:string *
A_2:TextSelection *
A_3:bool *
A_4:bool byref -> unit
public function BeforeKeyPress(
A_1 : String,
A_2 : TextSelection,
A_3 : boolean,
A_4 : boolean
)
Parametry
- A_1
Typ: System.String
- A_2
Typ: EnvDTE.TextSelection
- A_3
Typ: System.Boolean
- A_4
Typ: System.Boolean%
Implementuje
_dispTextDocumentKeyPressEvents.BeforeKeyPress(String, TextSelection, Boolean, 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.