_dispTextDocumentKeyPressEvents_SinkHelper.BeforeKeyPress(String, TextSelection, Boolean, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Somente para uso interno da Microsoft.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
override void BeforeKeyPress(System::String ^ A_1, EnvDTE::TextSelection ^ A_2, bool A_3, bool % A_4);
override void BeforeKeyPress(std::wstring const & A_1, EnvDTE::TextSelection const & A_2, bool A_3, bool & A_4);
public override void BeforeKeyPress (string A_1, EnvDTE.TextSelection A_2, bool A_3, ref bool A_4);
abstract member BeforeKeyPress : string * EnvDTE.TextSelection * bool * bool -> unit
override this.BeforeKeyPress : string * EnvDTE.TextSelection * bool * bool -> unit
Public Overrides Sub BeforeKeyPress (A_1 As String, A_2 As TextSelection, A_3 As Boolean, ByRef A_4 As Boolean)
Parâmetros
- A_1
- String
- A_2
- TextSelection
- A_3
- Boolean
- A_4
- Boolean