IVsObjectManager.EnumLibMgrs(UInt32, IVsLibraryMgr[]) Method

Definition

Method information is not provided. Do not use this method.

public:
 int EnumLibMgrs([Runtime::InteropServices::Out] System::UInt32 % pCount, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsLibraryMgr ^> ^ rgpLibMgrs);
int EnumLibMgrs([Runtime::InteropServices::Out] unsigned int & pCount, std::Array <Microsoft::VisualStudio::Shell::Interop::IVsLibraryMgr const &> const & rgpLibMgrs);
public int EnumLibMgrs (out uint pCount, Microsoft.VisualStudio.Shell.Interop.IVsLibraryMgr[] rgpLibMgrs);
abstract member EnumLibMgrs : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsLibraryMgr[] -> int
Public Function EnumLibMgrs (ByRef pCount As UInteger, rgpLibMgrs As IVsLibraryMgr()) As Integer

Parameters

pCount
UInt32

Do not use.

rgpLibMgrs
IVsLibraryMgr[]

Do not use.

Returns

Applies to