Referencia de la Clase sage.addons.components.AddonComponentButtonPackage

This is the class that implements the package exposed by this assembly. Más...

Diagrama de herencias de sage.addons.components.AddonComponentButtonPackage

Métodos públicos

 AddonComponentButtonPackage ()
 Initializes a new instance of the AddonComponentButton class. Más...
 

Campos de datos

const string PackageGuidString = "c8e2f1a1-6454-4b17-9e89-a0d5c0f63235"
 AddonComponentButtonPackage GUID string. Más...
 

Métodos protegidos

override void Initialize ()
 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. Más...
 

Descripción detallada

This is the class that implements the package exposed by this assembly.

The minimum requirement for a class to be considered a valid package for Visual Studio is to implement the IVsPackage interface and register itself with the shell. This package uses the helper classes defined inside the Managed Package Framework (MPF) to do it: it derives from the Package class that provides the implementation of the IVsPackage interface and uses the registration attributes defined in the framework to register itself and its components with the shell. These attributes tell the pkgdef creation utility what data to put into .pkgdef file.

To get loaded into VS, the package must be referred by <Asset Type="Microsoft.VisualStudio.VsPackage" ...> in .vsixmanifest file.

Definición en la línea 37 del archivo AddonComponentButtonPackage.cs.

Documentación del constructor y destructor

◆ AddonComponentButtonPackage()

sage.addons.components.AddonComponentButtonPackage.AddonComponentButtonPackage ( )
inline

Initializes a new instance of the AddonComponentButton class.

Definición en la línea 47 del archivo AddonComponentButtonPackage.cs.

Documentación de las funciones miembro

◆ Initialize()

override void sage.addons.components.AddonComponentButtonPackage.Initialize ( )
inlineprotected

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.

Definición en la línea 61 del archivo AddonComponentButtonPackage.cs.

Documentación de los campos

◆ PackageGuidString

const string sage.addons.components.AddonComponentButtonPackage.PackageGuidString = "c8e2f1a1-6454-4b17-9e89-a0d5c0f63235"

AddonComponentButtonPackage GUID string.

Definición en la línea 42 del archivo AddonComponentButtonPackage.cs.


La documentación para esta clase fue generada a partir del siguiente fichero: