Método IVsOutputWindow.DeletePane (Guid)

 

Exclui um painel de janela de saída.

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

Sintaxe

int DeletePane(
    [InAttribute] ref Guid rguidPane
)
int DeletePane(
    [InAttribute] Guid% rguidPane
)
abstract DeletePane : 
        rguidPane:Guid byref -> int
Function DeletePane (
    <InAttribute> ByRef rguidPane As Guid
) As Integer

Parâmetros

  • rguidPane
    [in] GUID do painel de janela para excluir.

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 vsshell.idl:

HRESULT IVsOutputWindow::DeletePane(
   [in] REFGUID rguidPane
);

Consulte também

Interface IVsOutputWindow
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo