Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function get_Priority ( _
pri As VSTASKPRIORITY() _
) As Integer Implements IVsTaskItem.get_Priority
'使用
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
JScript does not support explicit interface implementations.
Parameters
- pri
Type: []
Return Value
Type: System.Int32
Implements
Permissions
- 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.