IVsExtensibility3.GetConfigMgr – metoda (Object, UInt32, Object)
Toto rozhraní API podporuje infrastrukturu produkt a není určené k použití přímo z vašeho kódu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntaxe
int GetConfigMgr(
object pIVsProject,
uint itemid,
out object ppCfgMgr
)
int GetConfigMgr(
Object^ pIVsProject,
unsigned int itemid,
[OutAttribute] Object^% ppCfgMgr
)
abstract GetConfigMgr :
pIVsProject:Object *
itemid:uint32 *
ppCfgMgr:Object byref -> int
Function GetConfigMgr (
pIVsProject As Object,
itemid As UInteger,
<OutAttribute> ByRef ppCfgMgr As Object
) As Integer
Parametry
- pIVsProject
Type: System.Object
- itemid
Type: System.UInt32
- ppCfgMgr
Type: System.Object
Vrácená hodnota
Type: System.Int32
Viz také
IVsExtensibility3 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek