IVsSolutionLoadManagerSupport.GetProjectLoadPriority(Guid, UInt32) 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.
Obsolete. This API became obsolete to optimize solution load performance.
public:
int GetProjectLoadPriority(Guid % refguidProject, [Runtime::InteropServices::Out] System::UInt32 % pLoadState);
public int GetProjectLoadPriority (ref Guid refguidProject, out uint pLoadState);
abstract member GetProjectLoadPriority : Guid * uint32 -> int
Public Function GetProjectLoadPriority (ByRef refguidProject As Guid, ByRef pLoadState As UInteger) As Integer
Parameters
- refguidProject
- Guid
The GUID of the project
- pLoadState
- UInt32
[out] The _VSProjectLoadPriority.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.