IVsOutputGroup2::get_ProjectCfg Method (IVsProjectCfg2^)
Visual Studio 2015
Returns a pointer to the configuration's IVsProjectCfg2 interface.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- ppIVsProjectCfg2
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsProjectCfg2^
[out] Back pointer to the IVsProjectCfg2 interface for the requested project configuration.
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_ProjectCfg( [out] IVsProjectCfg2 **ppIVsProjectCfg2 );
Show: