C# Class PackmanVsix.InstallPackageCommand

Mostrar archivo Open project: madskristensen/Packman Class Usage Examples

Private Properties

Property Type Description
BeforeQueryStatus void
GetPackage Packman.InstallablePackage
Install void
InstallPackageCommand System

Public Methods

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

Private Methods

Method Description
BeforeQueryStatus ( object sender, EventArgs e ) : void
GetPackage ( string folder, string &installDirectory ) : InstallablePackage
Install ( object sender, EventArgs e ) : void
InstallPackageCommand ( 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