Freigeben über


InformationNodeConverters.GetChangesetsInfo-Methode

Ruft mehrere Changesets vom Build ab

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
)

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

InformationNodeConverters Klasse

Microsoft.TeamFoundation.Build.Client-Namespace