IVsGetCfgProvider::GetCfgProvider Method (IVsCfgProvider^)

 

Returns a pointer to IVsCfgProvider so that the package can retrieve information relating to the project's configuration.

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

int GetCfgProvider(
	[OutAttribute] IVsCfgProvider^% ppCfgProvider
)

Parameters

ppCfgProvider
Type: Microsoft.VisualStudio.Shell.Interop::IVsCfgProvider^

[out] Pointer to an IVsCfgProvider.

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 IVsGetCfgProvider::GetCfgProvider(
   [out] IVsCfgProvider** ppCfgProvider
);
Return to top
Show: