VsShellUtilities.GetOutputWindowPane Method
Gets the output window pane that is specified by the GUID.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Shared Function GetOutputWindowPane ( _
serviceProvider As IServiceProvider, _
guidPane As Guid _
) As IVsOutputWindowPane
public static IVsOutputWindowPane GetOutputWindowPane(
IServiceProvider serviceProvider,
Guid guidPane
)
public:
static IVsOutputWindowPane^ GetOutputWindowPane(
IServiceProvider^ serviceProvider,
Guid guidPane
)
static member GetOutputWindowPane :
serviceProvider:IServiceProvider *
guidPane:Guid -> IVsOutputWindowPane
public static function GetOutputWindowPane(
serviceProvider : IServiceProvider,
guidPane : Guid
) : IVsOutputWindowPane
Parameters
serviceProvider
Type: System.IServiceProvider
guidPane
Type: System.GuidThe GUID of the output window pane.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane
The IVsOutputWindowPane interface that is specified by the GUID.
Remarks
For more information about output windows, see Output Window (Visual Studio SDK). For the GUIDs relating to the output window, see IDE GUIDs.
.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.