IVsObjectManager.EnumLibMgrs(UInt32, IVsLibraryMgr[]) 方法

定义

未提供方法信息。 不要使用此方法。

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

参数

pCount
UInt32

请勿使用。

rgpLibMgrs
IVsLibraryMgr[]

请勿使用。

返回

Int32

适用于