C# Class PackmanVsix.RestorePackagesCommand

Show file Open project: madskristensen/Packman Class Usage Examples

Private Properties

Property Type Description
BeforeQueryStatus void
Restore System.Threading.Tasks.Task
RestorePackagesCommand System

Public Methods

Method Description
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void

Private Methods

Method Description
BeforeQueryStatus ( object sender, EventArgs e ) : void
Restore ( object sender, EventArgs e ) : System.Threading.Tasks.Task
RestorePackagesCommand ( Microsoft.VisualStudio.Shell.Package package ) : System

Method Details

Initialize() public static method

public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void
package Microsoft.VisualStudio.Shell.Package
return void