_dispTextDocumentKeyPressEvents_SinkHelper.AfterKeyPress Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Public Overridable Sub AfterKeyPress ( _
A_1 As String, _
A_2 As TextSelection, _
A_3 As Boolean _
)
public virtual void AfterKeyPress(
string A_1,
TextSelection A_2,
bool A_3
)
public:
virtual void AfterKeyPress(
String^ A_1,
TextSelection^ A_2,
bool A_3
)
abstract AfterKeyPress :
A_1:string *
A_2:TextSelection *
A_3:bool -> unit
override AfterKeyPress :
A_1:string *
A_2:TextSelection *
A_3:bool -> unit
public function AfterKeyPress(
A_1 : String,
A_2 : TextSelection,
A_3 : boolean
)
Parameters
A_1
Type: System.String
A_2
Type: EnvDTE.TextSelection
A_3
Type: System.Boolean
Implements
_dispTextDocumentKeyPressEvents.AfterKeyPress(String, TextSelection, Boolean)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.