_dispTextDocumentKeyPressEvents_SinkHelper.AfterKeyPress 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 AfterKeyPress(System::String ^ A_1, EnvDTE::TextSelection ^ A_2, bool A_3);
public:
 virtual void AfterKeyPress(System::String ^ A_1, EnvDTE::TextSelection ^ A_2, bool A_3);
public:
 override void AfterKeyPress(Platform::String ^ A_1, EnvDTE::TextSelection ^ A_2, bool A_3);
 override void AfterKeyPress(std::wstring const & A_1, EnvDTE::TextSelection const & A_2, bool A_3);
public override void AfterKeyPress (string A_1, EnvDTE.TextSelection A_2, bool A_3);
public void AfterKeyPress (string A_1, EnvDTE.TextSelection A_2, bool A_3);
abstract member AfterKeyPress : string * EnvDTE.TextSelection * bool -> unit
override this.AfterKeyPress : string * EnvDTE.TextSelection * bool -> unit
Public Overrides Sub AfterKeyPress (A_1 As String, A_2 As TextSelection, A_3 As Boolean)
Public Sub AfterKeyPress (A_1 As String, A_2 As TextSelection, A_3 As Boolean)

Parameters

A_1
String
A_3
Boolean

Implements

Applies to