Share via


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

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane

.NET Framework Security

See Also

Reference

OutputWindowHelper Class

Microsoft.VisualStudio.Services.Integration Namespace