Gets several changesets from the build
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Shared Function GetChangesetsInfo ( _
    buildInformation As IBuildInformation, _
    <OutAttribute> ByRef successful As Integer, _
    <OutAttribute> ByRef failed As Integer _
) As Boolean
public static bool GetChangesetsInfo(
    IBuildInformation buildInformation,
    out int successful,
    out int failed
)
public:
static bool GetChangesetsInfo(
    IBuildInformation^ buildInformation, 
    [OutAttribute] int% successful, 
    [OutAttribute] int% failed
)
static member GetChangesetsInfo : 
        buildInformation:IBuildInformation * 
        successful:int byref * 
        failed:int byref -> bool
public static function GetChangesetsInfo(
    buildInformation : IBuildInformation, 
    successful : int, 
    failed : int
) : boolean
Parameters
- buildInformation
 Type: Microsoft.TeamFoundation.Build.Client.IBuildInformation
- successful
 Type: System.Int32%
- failed
 Type: System.Int32%
Return Value
Type: System.Boolean
.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.