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.
Converts the client ChangeType enum value to the integer value that is used by the server.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Function ConvertToInt ( _
changeType As ChangeType _
) As Integer
public static int ConvertToInt(
ChangeType changeType
)
public:
static int ConvertToInt(
ChangeType changeType
)
static member ConvertToInt :
changeType:ChangeType -> int
public static function ConvertToInt(
changeType : ChangeType
) : int
Parameters
changeType
Type: Microsoft.TeamFoundation.VersionControl.Client.ChangeTypeThe ChangeType enum value to convert.
Return Value
Type: System.Int32
The integer value that is used by the server.
.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.