Sdílet prostřednictvím


_dispTextDocumentKeyPressEvents_SinkHelper.AfterKeyPress – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro interní použití.

Obor názvů:  EnvDTE80
Sestavení:  EnvDTE80 (v EnvDTE80.dll)

Syntaxe

'Deklarace
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
)

Parametry

Implementuje

_dispTextDocumentKeyPressEvents.AfterKeyPress(String, TextSelection, Boolean)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

_dispTextDocumentKeyPressEvents_SinkHelper Třída

EnvDTE80 – obor názvů