IVsCombinedBrowseComponentSet.GetSetAt Yöntem

Tanım

Birleşik bileşen kümesindeki bir kümeyi tanımlar.

public:
 int GetSetAt(System::UInt32 ulIndex, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSimpleBrowseComponentSet ^ % ppSet);
public:
 int GetSetAt(unsigned int ulIndex, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSimpleBrowseComponentSet ^ &  ppSet);
int GetSetAt(unsigned int ulIndex, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSimpleBrowseComponentSet const & & ppSet);
public int GetSetAt (uint ulIndex, out Microsoft.VisualStudio.Shell.Interop.IVsSimpleBrowseComponentSet ppSet);
abstract member GetSetAt : uint32 * IVsSimpleBrowseComponentSet -> int
Public Function GetSetAt (ulIndex As UInteger, ByRef ppSet As IVsSimpleBrowseComponentSet) As Integer

Parametreler

ulIndex
UInt32

Bileşen kümesi dizisinde kümeyi tanımlayan sıfır tabanlı dizin.

ppSet
IVsSimpleBrowseComponentSet

IVsSimpleBrowseComponentSetİstenen kümeyi temsil eder.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

HRESULT GetSetAt(  
[in] ULONG ulIndex,   
[out, retval] IVsSimpleBrowseComponentSet ** ppSet  
);  

Şunlara uygulanır