ViewFilter.OnAfterSnippetsKeyBindingChange, méthode
Appelé après qu'il y ait été apportée de la combinaison de touches pour la commande de Appeler un extrait à partir du raccourci.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Syntaxe
'Déclaration
Public Overridable Function OnAfterSnippetsKeyBindingChange ( _
dwCmdGuid As UInteger, _
dwCmdId As UInteger, _
fBound As Integer _
) As Integer
public virtual int OnAfterSnippetsKeyBindingChange(
uint dwCmdGuid,
uint dwCmdId,
int fBound
)
Paramètres
- dwCmdGuid
Type : System.UInt32
GUID du groupe de commandes auquel appartient la commande.
- dwCmdId
Type : System.UInt32
ID de la commande.
- fBound
Type : System.Int32
true si une combinaison de touches était ajoutée, false s'il était supprimé.
Valeur de retour
Type : System.Int32
S_OK si la méthode a réussi, sinon code d'erreur.
Implémentations
IVsExpansionEvents.OnAfterSnippetsKeyBindingChange(UInt32, UInt32, Int32)
Remarques
C'est une implémentation de la méthode d'OnAfterSnippetsKeyBindingChange.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.