TaskListItem.IVsTaskItem.put_Priority(VSTASKPRIORITY) Method

Definition

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Priority(Microsoft::VisualStudio::Shell::Interop::VSTASKPRIORITY pri) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::put_Priority;
int IVsTaskItem.put_Priority (Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY pri);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Priority : Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Priority : Microsoft.VisualStudio.Shell.Interop.VSTASKPRIORITY -> int
Function put_Priority (pri As VSTASKPRIORITY) As Integer Implements IVsTaskItem.put_Priority

Parameters

Returns

Implements

Applies to