This documentation is archived and is not being maintained.
InformationNodeConverters::GetChangesetsInfo Method
Visual Studio 2013
Gets several changesets from the build
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public: static bool GetChangesetsInfo( IBuildInformation^ buildInformation, [OutAttribute] int% successful, [OutAttribute] int% failed )
Parameters
- buildInformation
- Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation
- successful
- Type: System::Int32%
- failed
- Type: System::Int32%
- 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: