IVsCombinedBrowseComponentSet.GetSetAt(UInt32, IVsSimpleBrowseComponentSet) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
O IVsSimpleBrowseComponentSet que representa o conjunto solicitado.
Retornos
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
);