IVsCombinedBrowseComponentSet.GetSetAt(UInt32, IVsSimpleBrowseComponentSet) Método

Definição

Identifica um conjunto no conjunto de componentes combinados.

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

Parâmetros

ulIndex
UInt32

O índice de base zero que identifica o conjunto na matriz de conjuntos de componentes.

ppSet
IVsSimpleBrowseComponentSet

O IVsSimpleBrowseComponentSet que representa o conjunto solicitado.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De vsshell80. idl:

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

Aplica-se a