Udostępnij za pośrednictwem


Metoda ModelingPackage.Initialize —

Inicjuje ModelingPackage klasy.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling.Shell
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Składnia

'Deklaracja
Protected Overrides Sub Initialize
protected override void Initialize()

Uwagi

Gdy ModelingPackage klasy jest inicjowany, Metoda ta dodaje windows narzędzie dodaje wszelkie świadczonych usług i rejestruje edytora.

Przykłady

Poniższy przykład inicjuje ModelingPackage klasy i rejestruje okna narzędzia niestandardowe.

protected override void Initialize()
  {
     //Initializes the base class for the package 
     base.Initialize();

     //Registers a custom tool window
     this.AddToolWindow(typeof(CustomToolWindow));
  }

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ModelingPackage Klasa

Przestrzeń nazw Microsoft.VisualStudio.Modeling.Shell