Compartilhar via


Método IVsSimpleBrowseComponentSet.RemoveComponent (IVsNavInfo)

 

Remove um componente do conjunto de componentes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int RemoveComponent(
    IVsNavInfo pRealLibNavInfo
)
int RemoveComponent(
    IVsNavInfo^ pRealLibNavInfo
)
abstract RemoveComponent : 
        pRealLibNavInfo:IVsNavInfo -> int
Function RemoveComponent (
    pRealLibNavInfo As IVsNavInfo
) As Integer

Parâmetros

  • pRealLibNavInfo
    O IVsNavInfo que representa as informações de navegação que não incluem as informações de navegação do nó raiz.

Valor de retorno

Type: System.Int32

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

Comentários

COM assinatura

De vsshell80.idl:

HRESULT RemoveComponent(
[in] IVsNavInfo * pRealLibNavInfo
);

Consulte também

Interface IVsSimpleBrowseComponentSet
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo