C# Class CodeConnect.Gistify.Extension.SolutionManager

Mostra file Open project: CodeConnect/gistify Class Usage Examples

Private Properties

Property Type Description
SolutionManager System

Public Methods

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

Initializes the singleton instance of the command.

Private Methods

Method Description
SolutionManager ( Microsoft.VisualStudio.Shell.Package package ) : System

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

Method Details

Initialize() public static method

Initializes the singleton instance of the command.
public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void
package Microsoft.VisualStudio.Shell.Package Owner package, not null.
return void