IVsTaskItem2.get_Priority(VSTASKPRIORITY[]) Método

Definição

Retorna o nível de prioridade de um item de tarefa.

public:
 int get_Priority(cli::array <Microsoft::VisualStudio::Shell::Interop::VSTASKPRIORITY> ^ ptpPriority);
public int get_Priority (Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY[] ptpPriority);
abstract member get_Priority : Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY[] -> int
Public Function get_Priority (ptpPriority As VSTASKPRIORITY()) As Integer

Parâmetros

ptpPriority
VSTASKPRIORITY[]

[out, retval] Prioridade (alta, normal ou baixa) do item de tarefa. Para obter uma lista de ptpPriority valores, consulte VSTASKPRIORITY .

Retornos

Int32

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

Implementações

Aplica-se a