Share via


IVsOutputWindow2.GetActivePaneGUID(Guid) Method

Definition

Returns the GUID of the active pane.

public:
 int GetActivePaneGUID([Runtime::InteropServices::Out] Guid % pguidPane);
public int GetActivePaneGUID (out Guid pguidPane);
abstract member GetActivePaneGUID : Guid -> int
Public Function GetActivePaneGUID (ByRef pguidPane As Guid) As Integer

Parameters

pguidPane
Guid

[out] Pointer to the GUID of the active pane. Set to GUID_NULL if there is no active pane.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to