Método ViewFilter.OnAfterSnippetsKeyBindingChange

Chamado depois de ter havido uma alteração na chave ligação para o Invocar trecho do atalho comando.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService (em Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (em Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (em Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (em Microsoft.VisualStudio.Package.LanguageService.11.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • dwCmdGuid
    Tipo: System.UInt32
    O GUID do grupo de comando ao qual o comando pertence.
  • fBound
    Tipo: System.Int32
    true Se foi adicionado um acoplamento de teclas, false se ele foi removido.

Valor de retorno

Tipo: System.Int32
S_OK Se o método foi bem-sucedido, caso contrário, um código de erro.

Implementações

IVsExpansionEvents.OnAfterSnippetsKeyBindingChange(UInt32, UInt32, Int32)

Comentários

Esta é uma implementação da OnAfterSnippetsKeyBindingChange método.

Segurança do .NET Framework

Consulte também

Referência

ViewFilter Classe

Namespace Microsoft.VisualStudio.Package