该类及其成员保留供内部使用,不应在代码中使用。
命名空间: Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
程序集: Microsoft.VisualStudio.Data.Schema.Package.Sql(在 Microsoft.VisualStudio.Data.Schema.Package.Sql.dll 中)
语法
声明
Protected Overrides Function CreateSelectionCommand ( _
commandId As CommandID, _
parameters As Object() _
) As MenuCommand
protected override MenuCommand CreateSelectionCommand(
CommandID commandId,
Object[] parameters
)
protected:
virtual MenuCommand^ CreateSelectionCommand(
CommandID^ commandId,
array<Object^>^ parameters
) override
abstract CreateSelectionCommand :
commandId:CommandID *
parameters:Object[] -> MenuCommand
override CreateSelectionCommand :
commandId:CommandID *
parameters:Object[] -> MenuCommand
protected override function CreateSelectionCommand(
commandId : CommandID,
parameters : Object[]
) : MenuCommand
参数
- commandId
类型:System.ComponentModel.Design.CommandID
命令 ID。
- parameters
类型:array<System.Object[]
命令的参数。
返回值
类型:System.ComponentModel.Design.MenuCommand
新命令对象,如果不处理,则为 null。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
SqlServerExplorerCommandHandler 类
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal 命名空间