IVsSolutionLoadManagerSupport::GetProjectLoadPriority Method (Guid, UInt32)

 

Gets the project load priority, which determines whether the project should be kept as an unloaded project the next time the solution is opened.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: