IVsOutputGroup2::get_KeyOutput Method (String^)
Visual Studio 2015
Returns the canonical name of the key output group.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pbstrCanonicalName
-
Type:
System::String^
[out] Pointer to the canonical name of the key output group.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsOutputGroup::get_KeyOutput(String^)From vsshell.idl:
HRESULT IVsOutputGroup2::get_KeyOutput( [out] BSTR *pbstrCanonicalName );
This method returns varying information based on the project's configuration settings.
Show: