_dispTextDocumentKeyPressEvents_SinkHelper.BeforeKeyPress(String, TextSelection, Boolean, Boolean) Methode

Definition

Nur Microsoft-interne Verwendung.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 override void BeforeKeyPress(System::String ^ A_1, EnvDTE::TextSelection ^ A_2, bool A_3, bool % A_4);
 override void BeforeKeyPress(std::wstring const & A_1, EnvDTE::TextSelection const & A_2, bool A_3, bool & A_4);
public override void BeforeKeyPress (string A_1, EnvDTE.TextSelection A_2, bool A_3, ref bool A_4);
abstract member BeforeKeyPress : string * EnvDTE.TextSelection * bool * bool -> unit
override this.BeforeKeyPress : string * EnvDTE.TextSelection * bool * bool -> unit
Public Overrides Sub BeforeKeyPress (A_1 As String, A_2 As TextSelection, A_3 As Boolean, ByRef A_4 As Boolean)

Parameter

A_1
String
A_3
Boolean
A_4
Boolean

Implementiert

Gilt für