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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.