This documentation is archived and is not being maintained.
ChangesetVersionSpec::ParseChangesetNumber Method
Visual Studio 2013
Parses the string as a changeset number. Throws an exception if the changeset number is not a valid changeset integer.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- changeset
- Type: System::String
The changeset ID.
| Exception | Condition |
|---|---|
| InvalidVersionSpecException |
- 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: