Partager via


IVsExtensibility2.GetConfigMgr, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE80
Assembly :  EnvDTE80 (dans EnvDTE80.dll)

Syntaxe

'Déclaration
Function GetConfigMgr ( _
    pIVsProject As Object, _
    itemid As UInteger _
) As ConfigurationManager
ConfigurationManager GetConfigMgr(
    Object pIVsProject,
    uint itemid
)
ConfigurationManager^ GetConfigMgr(
    [InAttribute] Object^ pIVsProject, 
    unsigned int itemid
)
abstract GetConfigMgr : 
        pIVsProject:Object * 
        itemid:uint32 -> ConfigurationManager
function GetConfigMgr(
    pIVsProject : Object, 
    itemid : uint
) : ConfigurationManager

Paramètres

  • pIVsProject
    Type : Object

     

  • itemid
    Type : UInt32

     

Valeur de retour

Type : ConfigurationManager

Sécurité .NET Framework

Voir aussi

Référence

IVsExtensibility2 Interface

EnvDTE80, espace de noms