ToolsMenuItemBase.ItemId 속성

Gets the item ID of the menu item.

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

구문

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

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

속성 값

유형: System.Int32
An integer that represents the item ID of the menu item.

구현

IMenuItem.ItemId

참고 항목

참조

ToolsMenuItemBase 클래스

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