Task::IVsTaskItem::get_Priority Method (array<VSTASKPRIORITY>^)

 

Gets the priority of the task.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int get_Priority(
	array<VSTASKPRIORITY>^ pri
) sealed = IVsTaskItem::get_Priority

Parameters

pri
Type: array<Microsoft.VisualStudio.Shell.Interop::VSTASKPRIORITY>^

An array of VSTASKPRIORITY objects.

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: