ToolsMenuItemBase 클래스
Implements the IMenuItem object.
이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 [false]입니다.
상속 계층
System.Object
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.HierarchyObject
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ToolsMenuItemBase
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Public MustInherit Class ToolsMenuItemBase _
Inherits HierarchyObject _
Implements IMenuItem
‘사용 방법
Dim instance As ToolsMenuItemBase
[CLSCompliantAttribute(false)]
public abstract class ToolsMenuItemBase : HierarchyObject,
IMenuItem
[CLSCompliantAttribute(false)]
public ref class ToolsMenuItemBase abstract : public HierarchyObject,
IMenuItem
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type ToolsMenuItemBase =
class
inherit HierarchyObject
interface IMenuItem
end
public abstract class ToolsMenuItemBase extends HierarchyObject implements IMenuItem
ToolsMenuItemBase 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
ToolsMenuItemBase() | Initializes a new instance of the ToolsMenuItemBase class with the default property values. | |
ToolsMenuItemBase(ToolsMenuItemBase) | Initializes a new instance of the ToolsMenuItemBase class with the specified source. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
AccessModifiers | Gets the collection of the AccessModifier control. | |
ActionName | Gets the action name of the menu item. | |
Assembly | Gets or sets the assembly of the menu item. | |
CommandGuid | Gets the CommandID globally unique identifier (GUID) of the menu item. | |
ItemId | Gets the item ID of the menu item. | |
MenuHandler | Gets the event handler for a menu item. | |
Mode | Gets or sets the mode that is associated with the menu item. | |
MultiSelect | Gets or sets a value indicating whether the menu item can be multi selected. | |
Name | Gets the name of the menu item. | |
Parent | Gets or sets the node in the hierarchy that owns the menu item. | |
Text | Gets or sets the text that is associated with the menu item. | |
Type | Gets or sets the object type to act upon. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
AddChild | Indicates that the menu items do not support children. (HierarchyObject.AddChild(String, Object)을(를) 재정의함) | |
AddProperty | Sets up the default properties for the object. (HierarchyObject.AddProperty(String, Object)을(를) 재정의함) | |
Clone | Creates a new instance of the object. (HierarchyObject에서 상속됨) | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
Invoke | When overridden in a derived class, executes a delegate on the thread that owns the control's underlying window handle. | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) | |
UpdateMenuCommandStatus | Update the menu command status for this menu item. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스