OutputWindowService.GetPane(Guid, IVsOutputWindowPane) Method

Definition

public:
 virtual int GetPane(Guid % rguidPane, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ % ppPane);
public int GetPane (ref Guid rguidPane, out Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane ppPane);
abstract member GetPane : Guid * IVsOutputWindowPane -> int
override this.GetPane : Guid * IVsOutputWindowPane -> int
Public Function GetPane (ByRef rguidPane As Guid, ByRef ppPane As IVsOutputWindowPane) As Integer

Parameters

rguidPane
Guid

Returns

Implements

Applies to