IVsObjectManager.EnumLibMgrs(UInt32, IVsLibraryMgr[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.