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 네임스페이스