_dispTextDocumentKeyPressEvents.AfterKeyPress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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