IVsObjectManager.EnumLibMgrs(UInt32, IVsLibraryMgr[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
未提供方法信息。 不要使用此方法。
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[]
请勿使用。