OutputWindowHelper.GetVsGeneralOutputWindowPane Method
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Shared Function GetVsGeneralOutputWindowPane ( _
serviceProvider As IServiceProvider _
) As IVsOutputWindowPane
public static IVsOutputWindowPane GetVsGeneralOutputWindowPane(
IServiceProvider serviceProvider
)
public:
static IVsOutputWindowPane^ GetVsGeneralOutputWindowPane(
IServiceProvider^ serviceProvider
)
static member GetVsGeneralOutputWindowPane :
serviceProvider:IServiceProvider -> IVsOutputWindowPane
public static function GetVsGeneralOutputWindowPane(
serviceProvider : IServiceProvider
) : IVsOutputWindowPane
Parameters
- serviceProvider
Type: System.IServiceProvider
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane
.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.