IVsDebuggableProjectCfg.get_BuildableProjectCfg Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to a configuration's IVsBuildableProjectCfg interface to use to manage the build process.
public:
int get_BuildableProjectCfg([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsBuildableProjectCfg ^ % ppIVsBuildableProjectCfg);
public int get_BuildableProjectCfg (out Microsoft.VisualStudio.Shell.Interop.IVsBuildableProjectCfg ppIVsBuildableProjectCfg);
abstract member get_BuildableProjectCfg : IVsBuildableProjectCfg -> int
Public Function get_BuildableProjectCfg (ByRef ppIVsBuildableProjectCfg As IVsBuildableProjectCfg) As Integer
Parameters
- ppIVsBuildableProjectCfg
- IVsBuildableProjectCfg
[out] Pointer to the configuration's IVsBuildableProjectCfg interface.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.