IVsOutputWindow2.GetActivePaneGUID(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.