C# Class Microsoft.VisualStudio.Samples.IconOverlay.IconOverlayPackage

Inheritance: Package
Afficher le fichier Open project: timsneath/VSIconOverlay

Méthodes publiques

Méthode Description
IconOverlayPackage ( ) : System

Initializes a new instance of the IconOverlayPackage class.

Méthodes protégées

Méthode 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.

Private Methods

Méthode Description
AddOverlay ( string text, System.Windows.Media.Brush color ) : void

Method Details

IconOverlayPackage() public méthode

Initializes a new instance of the IconOverlayPackage class.
public IconOverlayPackage ( ) : System
Résultat System

Initialize() protected méthode

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
Résultat void