共用方式為


InformationNodeConverters.GetAssociatedChangesets 方法 (IBuildInformation)

從指定的組建資訊物件取得關聯的變更集摘要。

命名空間:  Microsoft.TeamFoundation.Build.Client
組件:  Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)

語法

'宣告
Public Shared Function GetAssociatedChangesets ( _
    buildInformation As IBuildInformation _
) As List(Of IChangesetSummary)
public static List<IChangesetSummary> GetAssociatedChangesets(
    IBuildInformation buildInformation
)

參數

傳回值

類型:System.Collections.Generic.List<IChangesetSummary>
從指定的組建關聯的變更集摘要。

.NET Framework 安全性

請參閱

參考

InformationNodeConverters 類別

GetAssociatedChangesets 多載

Microsoft.TeamFoundation.Build.Client 命名空間