IVsGetCfgProvider::GetCfgProvider Method (IVsCfgProvider^)
Visual Studio 2015
Returns a pointer to IVsCfgProvider so that the package can retrieve information relating to the project's configuration.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppCfgProvider
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsCfgProvider^
[out] Pointer to an IVsCfgProvider.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsGetCfgProvider::GetCfgProvider( [out] IVsCfgProvider** ppCfgProvider );
Show: