C# Class MadsKristensen.ToggleFeatures.GraphProviderCommand

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

Private Properties

Свойство Type Description
BeforeQueryStatus void
GraphProviderCommand System
RestartVS void
ToggleFeature void
UserWantsToRestart bool

Méthodes publiques

Méthode Description
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void

Private Methods

Méthode Description
BeforeQueryStatus ( object sender, EventArgs e ) : void
GraphProviderCommand ( Microsoft.VisualStudio.Shell.Package package ) : System
RestartVS ( ) : void
ToggleFeature ( object sender, EventArgs e ) : void
UserWantsToRestart ( bool willEnable ) : bool

Method Details

Initialize() public static méthode

public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void
package Microsoft.VisualStudio.Shell.Package
Résultat void