_dispTextDocumentKeyPressEvents_SinkHelper.AfterKeyPress, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : EnvDTE80
Assembly : EnvDTE80 (dans EnvDTE80.dll)
Syntaxe
'Déclaration
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
)
Paramètres
A_1
Type : String
A_2
Type : TextSelection
A_3
Type : Boolean
Implémentations
_dispTextDocumentKeyPressEvents.AfterKeyPress(String, TextSelection, Boolean)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.