IMenuItem.UpdateMenuCommandStatus Method (MenuCommand)

 

Applies To: SQL Server 2016 Preview

Indicates the update of the menu command status for the menu item.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

void UpdateMenuCommandStatus(
    MenuCommand menuCommand
)
void UpdateMenuCommandStatus(
    MenuCommand^ menuCommand
)
abstract UpdateMenuCommandStatus : 
        menuCommand:MenuCommand -> unit
Sub UpdateMenuCommandStatus (
    menuCommand As MenuCommand
)

Parameters

See Also

IMenuItem Interface
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top