_dispTextDocumentKeyPressEvents.AfterKeyPress 方法

定义

仅限 Microsoft 内部使用。

此 API 支持产品基础结构,不能在代码中直接使用。

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)

参数

Keypress
String
Selection
TextSelection
InStatementCompletion
Boolean
属性

适用于