IVsOutputGroup::get_ProjectCfg Method (IVsProjectCfg2^)

 

Returns a pointer to the configuration's IVsProjectCfg2 interface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int get_ProjectCfg(
	[OutAttribute] IVsProjectCfg2^% ppIVsProjectCfg2
)

Parameters

ppIVsProjectCfg2
Type: Microsoft.VisualStudio.Shell.Interop::IVsProjectCfg2^

[out] Back pointer to the IVsProjectCfg2 interface for the requested project configuration.

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsOutputGroup::get_ProjectCfg(
   [out] IVsProjectCfg2 **ppIVsProjectCfg2
);
Return to top
Show: