IVsObjectManager.GetList 方法

定义

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

public:
 int GetList(System::UInt32 ListType, System::UInt32 flags, Microsoft::VisualStudio::Shell::Interop::IVsLibraryMgr ^ pLibMgr, cli::array <Microsoft::VisualStudio::Shell::Interop::VSOBSEARCHCRITERIA> ^ pobSrch, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsObjectList ^ % pplist);
public:
 int GetList(unsigned int ListType, unsigned int flags, Microsoft::VisualStudio::Shell::Interop::IVsLibraryMgr ^ pLibMgr, Platform::Array <Microsoft::VisualStudio::Shell::Interop::VSOBSEARCHCRITERIA> ^ pobSrch, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsObjectList ^ &  pplist);
int GetList(unsigned int ListType, unsigned int flags, Microsoft::VisualStudio::Shell::Interop::IVsLibraryMgr const & pLibMgr, std::Array <Microsoft::VisualStudio::Shell::Interop::VSOBSEARCHCRITERIA> const & pobSrch, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsObjectList const & & pplist);
public int GetList (uint ListType, uint flags, Microsoft.VisualStudio.Shell.Interop.IVsLibraryMgr pLibMgr, Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA[] pobSrch, out Microsoft.VisualStudio.Shell.Interop.IVsObjectList pplist);
abstract member GetList : uint32 * uint32 * Microsoft.VisualStudio.Shell.Interop.IVsLibraryMgr * Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA[] * IVsObjectList -> int
Public Function GetList (ListType As UInteger, flags As UInteger, pLibMgr As IVsLibraryMgr, pobSrch As VSOBSEARCHCRITERIA(), ByRef pplist As IVsObjectList) As Integer

参数

ListType
UInt32

请勿使用。

flags
UInt32

请勿使用。

pLibMgr
IVsLibraryMgr

请勿使用。

pobSrch
VSOBSEARCHCRITERIA[]

请勿使用。

pplist
IVsObjectList

请勿使用。

返回

Int32

适用于