C# Class CommandTaskRunner.AddCommand

Show file Open project: madskristensen/CommandTaskRunner Class Usage Examples

Public Methods

Method Description
Initialize ( AsyncPackage package ) : System.Threading.Tasks.Task

Private Methods

Method Description
AddCommand ( Microsoft.VisualStudio.Shell.OleMenuCommandService commandService, DTE2 dte ) : System
AddCommandToFile ( object sender, EventArgs e ) : void
AddFileToProject ( ProjectItem item, bool isSolution, string configPath ) : void
BeforeQueryStatus ( object sender, EventArgs e ) : void
GetConfigPath ( ProjectItem item, bool &isSolution ) : string
OpenTaskRunnerExplorer ( ) : void

Method Details

Initialize() public static method

public static Initialize ( AsyncPackage package ) : System.Threading.Tasks.Task
package AsyncPackage
return System.Threading.Tasks.Task