Task::IVsTaskItem::get_Priority Method (array<VSTASKPRIORITY>^)
Visual Studio 2015
Gets the priority of the task.
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::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: