_dispTextDocumentKeyPressEvents.BeforeKeyPress-Methode
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Sub BeforeKeyPress ( _
Keypress As String, _
Selection As TextSelection, _
InStatementCompletion As Boolean, _
ByRef CancelKeypress As Boolean _
)
void BeforeKeyPress(
string Keypress,
TextSelection Selection,
bool InStatementCompletion,
ref bool CancelKeypress
)
void BeforeKeyPress(
String^ Keypress,
TextSelection^ Selection,
bool InStatementCompletion,
bool% CancelKeypress
)
abstract BeforeKeyPress :
Keypress:string *
Selection:TextSelection *
InStatementCompletion:bool *
CancelKeypress:bool byref -> unit
function BeforeKeyPress(
Keypress : String,
Selection : TextSelection,
InStatementCompletion : boolean,
CancelKeypress : boolean
)
Parameter
- Keypress
Typ: System.String
- Selection
Typ: EnvDTE.TextSelection
- InStatementCompletion
Typ: System.Boolean
- CancelKeypress
Typ: System.Boolean%
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.