C# Class CommandTaskRunner.AddCommand

Afficher le fichier Open project: madskristensen/CommandTaskRunner Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( AsyncPackage package ) : System.Threading.Tasks.Task

Private Methods

Méthode 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 méthode

public static Initialize ( AsyncPackage package ) : System.Threading.Tasks.Task
package AsyncPackage
Résultat System.Threading.Tasks.Task