IVsSolutionLoadManagerSupport.GetProjectLoadPriority(Guid, UInt32) Method

Definition

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.

Applies to