IMenuItem.CommandGuid 속성

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

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

구문

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

value = instance.CommandGuid
Guid CommandGuid { get; }
property Guid CommandGuid {
    Guid get ();
}
abstract CommandGuid : Guid
function get CommandGuid () : Guid

속성 값

유형: System.Guid
The value of the CommandID globally unique identifier (GUID).

참고 항목

참조

IMenuItem 인터페이스

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