This documentation is archived and is not being maintained.
InformationNodeConverters::GetChangesetId Method (IBuildInformation, Int32, Boolean)
Visual Studio 2013
Gets a changesetId from the build for a particular request, if returnFirstIfNotFound is specified, it returns the first changeset in the list if the one specified is not present.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public: static int GetChangesetId( IBuildInformation^ buildInformation, int requestId, bool returnFirstIfNotFound )
Parameters
- buildInformation
- Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation
- requestId
- Type: System::Int32
- returnFirstIfNotFound
- Type: System::Boolean
- 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: