ToolsMenuItemBase.CommandGuid 속성

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

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Public ReadOnly Property CommandGuid As Guid 
    Get
‘사용 방법
Dim instance As ToolsMenuItemBase 
Dim value As Guid 

value = instance.CommandGuid
public Guid CommandGuid { get; }
public:
virtual property Guid CommandGuid {
    Guid get () sealed;
}
abstract CommandGuid : Guid 
override CommandGuid : Guid
final function get CommandGuid () : Guid

속성 값

유형: System.Guid
Returns CommandID GUID of the menu item.

구현

IMenuItem.CommandGuid

참고 항목

참조

ToolsMenuItemBase 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스