Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function GetPriority ( _
    <OutAttribute> ByRef pPriority As UShort _
) As Integer
public int GetPriority(
    out ushort pPriority
)
public:
virtual int GetPriority(
    [OutAttribute] unsigned short% pPriority
) sealed
abstract GetPriority : 
        pPriority:uint16 byref -> int  
override GetPriority : 
        pPriority:uint16 byref -> int
public final function GetPriority(
    pPriority : ushort
) : int
Parameters
- pPriority
 Type: System.UInt16%
Return Value
Type: System.Int32
Returns Int32.
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace