Freigeben über


IVsExtensibility.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:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.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

Rückgabewert

Typ: EnvDTE.ConfigurationManager
Der Konfigurations-Manager.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsExtensibility Schnittstelle

EnvDTE-Namespace