Task.IVsTaskItem.put_Priority(VSTASKPRIORITY) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legt die Prioritätsebene eines Aufgabenelements fest.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Priority(Microsoft::VisualStudio::Shell::Interop::VSTASKPRIORITY pri) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::put_Priority;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Priority(Microsoft::VisualStudio::Shell::Interop::VSTASKPRIORITY pri) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::put_Priority;
int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Priority(Microsoft::VisualStudio::Shell::Interop::VSTASKPRIORITY pri);
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
Parameter
- pri
- VSTASKPRIORITY
Die VSTASKPRIORITY.
Gibt zurück
S_OK.