IVsSolutionBuildManager.get_StartupProject(IVsHierarchy) 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.
Programmatic method to get the startup project that will be run when the F5 key is pressed.
public:
int get_StartupProject([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ % ppHierarchy);
public int get_StartupProject (out Microsoft.VisualStudio.Shell.Interop.IVsHierarchy ppHierarchy);
abstract member get_StartupProject : IVsHierarchy -> int
Public Function get_StartupProject (ByRef ppHierarchy As IVsHierarchy) As Integer
Parameters
- ppHierarchy
- IVsHierarchy
[out] Pointer to a pointer to a hierarchy object.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.