Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.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.