_dispTextDocumentKeyPressEvents_SinkHelper.BeforeKeyPress Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override void BeforeKeyPress(System::String ^ A_1, EnvDTE::TextSelection ^ A_2, bool A_3, bool % A_4);
public:
 virtual 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);
public 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)
Public Sub BeforeKeyPress (A_1 As String, A_2 As TextSelection, A_3 As Boolean, ByRef A_4 As Boolean)

Parameters

A_1
String
A_3
Boolean
A_4
Boolean

Implements

Applies to