IVsObjectManager.EnumLibMgrs Method
Method information is not provided. Do not use this method.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function EnumLibMgrs ( _
<OutAttribute> ByRef pCount As UInteger, _
<OutAttribute> rgpLibMgrs As IVsLibraryMgr() _
) As Integer
'Usage
Dim instance As IVsObjectManager
Dim pCount As UInteger
Dim rgpLibMgrs As IVsLibraryMgr()
Dim returnValue As Integer
returnValue = instance.EnumLibMgrs(pCount, _
rgpLibMgrs)
int EnumLibMgrs(
out uint pCount,
IVsLibraryMgr[] rgpLibMgrs
)
int EnumLibMgrs(
[OutAttribute] unsigned int% pCount,
[OutAttribute] array<IVsLibraryMgr^>^ rgpLibMgrs
)
abstract EnumLibMgrs :
pCount:uint32 byref *
rgpLibMgrs:IVsLibraryMgr[] byref -> int
function EnumLibMgrs(
pCount : uint,
rgpLibMgrs : IVsLibraryMgr[]
) : int
Parameters
- pCount
Type: System.UInt32%
Do not use.
- rgpLibMgrs
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsLibraryMgr[]
Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.