IMenuItem.ItemId 속성

Gets the CommandID of the specific item for the menu command.

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

구문

‘선언
ReadOnly Property ItemId As Integer 
    Get
‘사용 방법
Dim instance As IMenuItem 
Dim value As Integer 

value = instance.ItemId
int ItemId { get; }
property int ItemId {
    int get ();
}
abstract ItemId : int
function get ItemId () : int

속성 값

유형: System.Int32
The unique identity of the item.

참고 항목

참조

IMenuItem 인터페이스

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