IVsCombinedBrowseComponentSet.GetList2 Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İstenen sembol listesini döndürür.
public:
int GetList2(System::UInt32 ListType, System::UInt32 flags, cli::array <Microsoft::VisualStudio::Shell::Interop::VSOBSEARCHCRITERIA2> ^ pobSrch, Microsoft::VisualStudio::Shell::Interop::IVsObjectList2 ^ pExtraListToCombineWith, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsObjectList2 ^ % ppIVsObjectList2);
int GetList2(unsigned int ListType, unsigned int flags, std::Array <Microsoft::VisualStudio::Shell::Interop::VSOBSEARCHCRITERIA2> const & pobSrch, Microsoft::VisualStudio::Shell::Interop::IVsObjectList2 const & pExtraListToCombineWith, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsObjectList2 const & & ppIVsObjectList2);
public int GetList2 (uint ListType, uint flags, Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA2[] pobSrch, Microsoft.VisualStudio.Shell.Interop.IVsObjectList2 pExtraListToCombineWith, out Microsoft.VisualStudio.Shell.Interop.IVsObjectList2 ppIVsObjectList2);
abstract member GetList2 : uint32 * uint32 * Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA2[] * Microsoft.VisualStudio.Shell.Interop.IVsObjectList2 * IVsObjectList2 -> int
Public Function GetList2 (ListType As UInteger, flags As UInteger, pobSrch As VSOBSEARCHCRITERIA2(), pExtraListToCombineWith As IVsObjectList2, ByRef ppIVsObjectList2 As IVsObjectList2) As Integer
Parametreler
- ListType
- UInt32
'ndaki _LIB_LISTTYPE2 Değerlerden biri.
- flags
- UInt32
'ndaki _LIB_LISTFLAGS Değerlerden biri.
- pobSrch
- VSOBSEARCHCRITERIA2[]
'ndaki VSOBSEARCHCRITERIA2 Arama ölçütlerini açıklayan bir.
- pExtraListToCombineWith
- IVsObjectList2
IVsSimpleObjectList2Sonuç listesinin bir parçası olan simgelerin listesi ppIVsObjectList2 .
- ppIVsObjectList2
- IVsObjectList2
dışı IVsSimpleObjectList2 İstenen öğelerin bir listesini döndürür.
Döndürülenler
Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.
Uygulamalar
Açıklamalar
COM Imzası
Vsshell80. IDL adresinden:
HRESULT GetList2(
[in] LIB_LISTTYPE2 ListType,
[in] LIB_LISTFLAGS Flags,
[in] VSOBSEARCHCRITERIA2 *pobSrch,
[in] IVsObjectList2 * pExtraListToCombineWith,
[out, retval] IVsObjectList2 **ppIVsObjectList2
);