CommandContextBoundMenuCommand 建構函式
初始化 CommandContextBoundMenuCommand 類別的新執行個體。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
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
)
參數
- serviceProvider
類型:System.IServiceProvider
擷取 Visual Studio 服務的服務提供者。
- handler
類型:System.EventHandler
執行命令的事件處理常式。
- id
類型:System.ComponentModel.Design.CommandID
指派給功能表命令的命令 ID。
- commandContext
類型:array<System.Guid[]
GUID,會指出這個命令的指派命令內容。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。