InformationNodeConverters.GetChangesetsInfo Method

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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

InformationNodeConverters Class

Microsoft.TeamFoundation.Build.Client Namespace