Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the priority of the task.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
Private Function get_Priority ( _
pri As VSTASKPRIORITY() _
) As Integer Implements IVsTaskItem.get_Priority
'Usage
Dim instance As Task
Dim pri As VSTASKPRIORITY()
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskItem).get_Priority(pri)
int IVsTaskItem.get_Priority(
VSTASKPRIORITY[] pri
)
private:
virtual int get_Priority(
array<VSTASKPRIORITY>^ pri
) sealed = IVsTaskItem::get_Priority
private abstract get_Priority :
pri:VSTASKPRIORITY[] -> int
private override get_Priority :
pri:VSTASKPRIORITY[] -> int
JScript does not support explicit interface implementations.
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.
Implements
IVsTaskItem.get_Priority(array<VSTASKPRIORITY[])
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.