_dispTextDocumentKeyPressEvents.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:
 void AfterKeyPress(System::String ^ Keypress, EnvDTE::TextSelection ^ Selection, bool InStatementCompletion);
public:
 void AfterKeyPress(Platform::String ^ Keypress, EnvDTE::TextSelection ^ Selection, bool InStatementCompletion);
void AfterKeyPress(std::wstring const & Keypress, EnvDTE::TextSelection const & Selection, bool InStatementCompletion);
[System.Runtime.InteropServices.DispId(2)]
public void AfterKeyPress (string Keypress, EnvDTE.TextSelection Selection, bool InStatementCompletion);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member AfterKeyPress : string * EnvDTE.TextSelection * bool -> unit
Public Sub AfterKeyPress (Keypress As String, Selection As TextSelection, InStatementCompletion As Boolean)

Parameters

Keypress
String
Selection
TextSelection
InStatementCompletion
Boolean
Attributes

Applies to