IVsOutputGroup2::get_KeyOutputObject Method (IVsOutput2^)
Visual Studio 2015
Gets an instance of the key output group
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- ppKeyOutput
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsOutput2^
[out] Pointer to an IVsOutput2 interface that contains information about the key output group.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsOutputGroup2::get_KeyOutputObject( [out] IVsOutput2 **ppKeyOutput );
Show: