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
'Декларация
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.ChangeType
The 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.