C# Class Newbe.Mahua.VsExtensions.NewbeCommandPackage

Inheritance: Package
Mostra file Open project: newbe36524/Newbe.Mahua.Framework.V1

Public Methods

Method Description
NewbeCommandPackage ( ) : Microsoft.VisualStudio.Shell

Initializes a new instance of the NewbeCommand class.

Protected Methods

Method Description
Initialize ( ) : void

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.

Method Details

Initialize() protected method

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.
protected Initialize ( ) : void
return void

NewbeCommandPackage() public method

Initializes a new instance of the NewbeCommand class.
public NewbeCommandPackage ( ) : Microsoft.VisualStudio.Shell
return Microsoft.VisualStudio.Shell