Método IVsOutputWindowPane.Clear ()
Publicado: abril de 2016
Remove todo o texto do painel da janela de saída.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int Clear()
int Clear()
abstract Clear : unit -> int
Function Clear As Integer
Valor de retorno
Type: System.Int32
Comentários
Esse método funciona se o painel da janela está oculta.
Consulte também
Interface IVsOutputWindowPane
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo