C# 클래스 SmartCmdArgs.Commands

Command handler
파일 보기 프로젝트 열기: MBulli/SmartCommandlineArgs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CmdArgsToolBarCmdSet System.Guid
KeyBindingsCmdSet System.Guid
VSMenuCmdSet System.Guid

Private Properties

프로퍼티 타입 설명
AddCommandToService void
AddCommandToService void
Commands System
ShowToolWindow void

공개 메소드들

메소드 설명
Initialize ( CmdArgsPackage package ) : void

Initializes the singleton instance of the command.

비공개 메소드들

메소드 설명
AddCommandToService ( Microsoft.VisualStudio.Shell.OleMenuCommandService service, System.Guid cmdSet, int cmdId, EventHandler handler ) : void
AddCommandToService ( Microsoft.VisualStudio.Shell.OleMenuCommandService service, System.Guid cmdSet, int cmdId, RelayCommand relayCommand ) : void
Commands ( CmdArgsPackage package ) : System

Initializes a new instance of the Commands class. Adds our command handlers for menu (commands must exist in the command table file)

ShowToolWindow ( object sender, EventArgs e ) : void

Shows the tool window when the menu item is clicked.

메소드 상세

Initialize() 공개 정적인 메소드

Initializes the singleton instance of the command.
public static Initialize ( CmdArgsPackage package ) : void
package CmdArgsPackage Owner package, not null.
리턴 void

프로퍼티 상세

CmdArgsToolBarCmdSet 공개적으로 정적으로 프로퍼티

public static Guid,System CmdArgsToolBarCmdSet
리턴 System.Guid

KeyBindingsCmdSet 공개적으로 정적으로 프로퍼티

public static Guid,System KeyBindingsCmdSet
리턴 System.Guid

VSMenuCmdSet 공개적으로 정적으로 프로퍼티

Command menu group (command set GUID).
public static Guid,System VSMenuCmdSet
리턴 System.Guid