Método IVsObjectManager.EnumLibMgrs (UInt32, IVsLibraryMgr )
Não há informações de método.Não use esse método.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
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
Parâmetros
- pCount
Não use.
- rgpLibMgrs
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsObjectManager
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo