SqlServerExplorerCommandHandler.CreateSelectionCommand 方法 (CommandID, array<Object )

该类及其成员保留供内部使用,不应在代码中使用。

命名空间:  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

参数

返回值

类型:System.ComponentModel.Design.MenuCommand
新命令对象,如果不处理,则为 null。

.NET Framework 安全性

请参见

参考

SqlServerExplorerCommandHandler 类

CreateSelectionCommand 重载

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal 命名空间