Compartilhar via


Método IVsSolutionLoadManagerSupport.GetProjectLoadPriority (Guid, UInt32)

 

Obtém a prioridade de carga do projeto, que determina se o projeto deve ser mantido como um projeto descarregado na próxima vez em que a solução é aberta.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int GetProjectLoadPriority(
    [InAttribute] ref Guid refguidProject,
    out uint pLoadState
)
int GetProjectLoadPriority(
    [InAttribute] Guid% refguidProject,
    [OutAttribute] unsigned int% pLoadState
)
abstract GetProjectLoadPriority : 
        refguidProject:Guid byref *
        pLoadState:uint32 byref -> int
Function GetProjectLoadPriority (
    <InAttribute> ByRef refguidProject As Guid,
    <OutAttribute> ByRef pLoadState As UInteger
) As Integer

Parâmetros

  • refguidProject
    O GUID do projeto

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Consulte também

Interface IVsSolutionLoadManagerSupport
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo