IVsOutputWindowPane.Activate Method

Shows and activates the Output window pane.

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

Syntax

‘선언
Function Activate As Integer
‘사용 방법
Dim instance As IVsOutputWindowPane
Dim returnValue As Integer

returnValue = instance.Activate()
int Activate()
int Activate()
abstract Activate : unit -> int 
function Activate() : int

Return Value

Type: System.Int32

Remarks

If the pane is hidden, this method makes the pane visible. It also brings the pane to the top of the window display.

.NET Framework Security

See Also

Reference

IVsOutputWindowPane Interface

IVsOutputWindowPane Members

Microsoft.VisualStudio.Shell.Interop Namespace