IMenuItem.CommandGuid Property

 

Applies To: SQL Server 2016 Preview

Gets the CommandID globally unique identifier (GUID) for the menu command.

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

Syntax

Guid CommandGuid { get; }
property Guid CommandGuid {
    Guid get();
}
abstract CommandGuid : Guid with get
ReadOnly Property CommandGuid As Guid

Property Value

Type: System.Guid

The value of the CommandID globally unique identifier (GUID).

See Also

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

Return to top