PendingChange.ConvertToInt Method

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

Return Value

Type: System.Int32
The integer value that is used by the server.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace