Cargando...
Buscando...
Nada coincide
Referencia de la clase sage.addons.components.AddonComponentButtonPackagesealed

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

Diagrama de herencia de sage.addons.components.AddonComponentButtonPackage

Métodos públicos

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

Atributos públicos estáticos

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

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.
 

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 de constructores y destructores

◆ 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 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 campos

◆ PackageGuidString

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

AddonComponentButtonPackage GUID string.

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


La documentación de esta clase está generada del siguiente archivo: