Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Shows and activates the Output window pane.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function Activate As Integer
'Usage
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.