IVsObjectManager.GetList 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 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
Parameters
- ListType
- UInt32
Do not use.
- flags
- UInt32
Do not use.
- pLibMgr
- IVsLibraryMgr
Do not use.
- pobSrch
- VSOBSEARCHCRITERIA[]
Do not use.
- pplist
- IVsObjectList
Do not use.