IVsObjectManager.EnumLibMgrs – metoda (UInt32, IVsLibraryMgr )
Informace o metodě není k dispozici.Nepoužívejte tuto metodu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int EnumLibMgrs(
out uint pCount,
IVsLibraryMgr[] rgpLibMgrs
)
int EnumLibMgrs(
[OutAttribute] unsigned int% pCount,
array<IVsLibraryMgr^>^ rgpLibMgrs
)
abstract EnumLibMgrs :
pCount:uint32 byref *
rgpLibMgrs:IVsLibraryMgr[] -> int
Function EnumLibMgrs (
<OutAttribute> ByRef pCount As UInteger,
rgpLibMgrs As IVsLibraryMgr()
) As Integer
Parametry
- pCount
Nepoužívejte.
- rgpLibMgrs
Nepoužívejte.
Vrácená hodnota
Type: System.Int32
Viz také
IVsObjectManager – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek