IVsProjectFlavorCfg Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’objet de configuration de sous-type de projet implémente IVsProjectFlavorCfg pour permettre au sous-type de projet d’accéder à différentes interfaces de configuration.
public interface class IVsProjectFlavorCfg
public interface class IVsProjectFlavorCfg
__interface IVsProjectFlavorCfg
[System.Runtime.InteropServices.Guid("3BFFC423-6C82-46C0-AF2A-79A3ED3EDA93")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProjectFlavorCfg
[<System.Runtime.InteropServices.Guid("3BFFC423-6C82-46C0-AF2A-79A3ED3EDA93")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProjectFlavorCfg = interface
Public Interface IVsProjectFlavorCfg
- Attributs
Remarques
Un objet de configuration d’un sous-type de projet implémente l' IVsProjectFlavorCfg interface afin d’améliorer l’implémentation de l’objet de configuration du projet de base. L’objet qui implémente IVsProjectFlavorCfg doit également implémenter IPersistXMLFragment pour gérer la persistance de son état dans le fichier projet.
Notes pour les responsables de l’implémentation
Implémenté par un sous-type de projet et instancié par l' IVsProjectFlavorCfgProvider interface.
Méthodes
| Close() |
Ferme l'objet IVsProjectFlavorCfg. |
| get_CfgType(Guid, IntPtr) |
Fournit l’accès à des interfaces de configuration telles que IVsBuildableProjectCfg2 ou IVsDebuggableProjectCfg . |