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()
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.

Permissions

See Also

Reference

IVsOutputWindowPane Interface

IVsOutputWindowPane Members

Microsoft.VisualStudio.Shell.Interop Namespace