IVsOutputGroup2.get_KeyOutputObject(IVsOutput2) 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.
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.