This documentation is archived and is not being maintained.
PendingChange::ConvertToChangeType Method
Visual Studio 2013
Converts the ChangeType integer value that is returned from the server into a ChangeType enum.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- flags
- Type: System::Int32
The ChangeType integer value to convert.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::ChangeTypeThe ChangeType as an enum value.
- 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.
Show: