Share via


IVsOutputGroup2.get_KeyOutputObject(IVsOutput2) Method

Definition

Gets an instance of the key output group

public:
 int get_KeyOutputObject([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsOutput2 ^ % ppKeyOutput);
public int get_KeyOutputObject (out Microsoft.VisualStudio.Shell.Interop.IVsOutput2 ppKeyOutput);
abstract member get_KeyOutputObject : IVsOutput2 -> int
Public Function get_KeyOutputObject (ByRef ppKeyOutput As IVsOutput2) As Integer

Parameters

ppKeyOutput
IVsOutput2

[out] Pointer to an IVsOutput2 interface that contains information about the key output group.

Returns

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

Applies to