IVsCombinedBrowseComponentSet.RemoveSetAt(UInt32) Método

Definição

Remove um conjunto do conjunto de componentes combinados.

public:
 int RemoveSetAt(System::UInt32 ulIndex);
public:
 int RemoveSetAt(unsigned int ulIndex);
int RemoveSetAt(unsigned int ulIndex);
public int RemoveSetAt (uint ulIndex);
abstract member RemoveSetAt : uint32 -> int
Public Function RemoveSetAt (ulIndex As UInteger) As Integer

Parâmetros

ulIndex
UInt32

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

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 RemoveSetAt([in] ULONG ulIndex);  

Aplica-se a