Freigeben über


IVsExtensibility2.GetConfigMgr-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
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

Parameter

  • pIVsProject
    Typ: Object

     

  • itemid
    Typ: UInt32

     

Rückgabewert

Typ: ConfigurationManager

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsExtensibility2 Schnittstelle

EnvDTE80-Namespace