IMultiSelectMenuItem 인터페이스

Represents the menu items to be added to the DefaultMenuHandler class.

이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 [false]입니다.

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

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Interface IMultiSelectMenuItem _
    Inherits IMenuItem
‘사용 방법
Dim instance As IMultiSelectMenuItem
[CLSCompliantAttribute(false)]
public interface IMultiSelectMenuItem : IMenuItem
[CLSCompliantAttribute(false)]
public interface class IMultiSelectMenuItem : IMenuItem
[<CLSCompliantAttribute(false)>]
type IMultiSelectMenuItem =  
    interface 
        interface IMenuItem 
    end
public interface IMultiSelectMenuItem extends IMenuItem

IMultiSelectMenuItem 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CommandGuid Gets the CommandID globally unique identifier (GUID) for the menu command. (IMenuItem에서 상속됨)
공용 속성 ItemId Gets the CommandID of the specific item for the menu command. (IMenuItem에서 상속됨)
공용 속성 MenuHandler Gets the event handler for the menu item. (IMenuItem에서 상속됨)
공용 속성 MultiSelect Gets a value indicating whether the menu item supports the MultiSelect. (IMenuItem에서 상속됨)
공용 속성 Name Gets the name of the command. (IMenuItem에서 상속됨)
공용 속성 Parent Gets or sets the parent node in the hierarchy. (IMenuItem에서 상속됨)
공용 속성 Parents Gets or sets the multiple items that will target the menu.
공용 속성 Text Gets the caption that is associated with the command. (IMenuItem에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 UpdateMenuCommandStatus Indicates the update of the menu command status for the menu item. (IMenuItem에서 상속됨)

맨 위로 이동

참고 항목

참조

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