C# Class Microsoft.VisualStudio.Project.ActiveConfigurationChangedEventArgs

Defines the event args for the active configuration change event.
Inheritance: System.EventArgs
Afficher le fichier Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Méthodes publiques

Méthode Description
ActiveConfigurationChangedEventArgs ( IVsHierarchy hierarchy ) : System

Constructs a new event args.

Method Details

ActiveConfigurationChangedEventArgs() public méthode

Constructs a new event args.
public ActiveConfigurationChangedEventArgs ( IVsHierarchy hierarchy ) : System
hierarchy IVsHierarchy The hierarchy that has changed its configuration.
Résultat System