IVsSolutionLoadManagerSupport::GetProjectLoadPriority Method (Guid, UInt32)
Visual Studio 2015
Gets the project load priority, which determines whether the project should be kept as an unloaded project the next time the solution is opened.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int GetProjectLoadPriority( [InAttribute] Guid% refguidProject, [OutAttribute] unsigned int% pLoadState )
Parameters
- refguidProject
-
Type:
System::Guid
The GUID of the project
- pLoadState
-
Type:
System::UInt32
[out] The _VSProjectLoadPriority.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: