Método _dispTextDocumentKeyPressEvents_SinkHelper.BeforeKeyPress
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE80
Assembly: EnvDTE80 (em EnvDTE80.dll)
Sintaxe
'Declaração
Public Overridable Sub BeforeKeyPress ( _
A_1 As String, _
A_2 As TextSelection, _
A_3 As Boolean, _
ByRef A_4 As Boolean _
)
public virtual void BeforeKeyPress(
string A_1,
TextSelection A_2,
bool A_3,
ref bool A_4
)
public:
virtual void BeforeKeyPress(
String^ A_1,
TextSelection^ A_2,
bool A_3,
bool% A_4
)
abstract BeforeKeyPress :
A_1:string *
A_2:TextSelection *
A_3:bool *
A_4:bool byref -> unit
override BeforeKeyPress :
A_1:string *
A_2:TextSelection *
A_3:bool *
A_4:bool byref -> unit
public function BeforeKeyPress(
A_1 : String,
A_2 : TextSelection,
A_3 : boolean,
A_4 : boolean
)
Parâmetros
- A_1
Tipo: System.String
- A_2
Tipo: EnvDTE.TextSelection
- A_3
Tipo: System.Boolean
- A_4
Tipo: System.Boolean%
Implementações
_dispTextDocumentKeyPressEvents.BeforeKeyPress(String, TextSelection, Boolean, Boolean%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.