ToolsMenuItemBase.CommandGuid Property

 

Applies To: SQL Server 2016 Preview

Gets the CommandID globally unique identifier (GUID) of the menu item.

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

Syntax

public Guid CommandGuid { get; }
public:
property Guid CommandGuid {
    virtual Guid get() sealed;
}
abstract CommandGuid : Guid with get
override CommandGuid : Guid with get
Public ReadOnly Property CommandGuid As Guid

Property Value

Type: System.Guid

Returns CommandID GUID of the menu item.

Implements

IMenuItem.CommandGuid

See Also

ToolsMenuItemBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top