Partilhar via


Construtor CommandContextBoundMenuCommand

Inicializa uma nova instância da classe CommandContextBoundMenuCommand.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Public Sub New ( _
    serviceProvider As IServiceProvider, _
    handler As EventHandler, _
    id As CommandID, _
    ParamArray commandContext As Guid() _
)
public CommandContextBoundMenuCommand(
    IServiceProvider serviceProvider,
    EventHandler handler,
    CommandID id,
    params Guid[] commandContext
)

Parâmetros

  • serviceProvider
    Tipo: System.IServiceProvider
    O provedor de serviços que recupera os serviços de Visual Studio.
  • commandContext
    Tipo: array<System.Guid[]
    O GUID(s) que indicam o contexto do comando ao qual este comando está atribuído.

Segurança do .NET Framework

Consulte também

Referência

CommandContextBoundMenuCommand Classe

Namespace Microsoft.VisualStudio.Modeling.Shell