共用方式為


InformationNodeConverters.AddAssociatedChangesets 方法 (IBuildInformation, array<Changeset[])

將陣列變更集到指定的組建資訊。

儲存修改過的組建資訊傳送至伺服器。

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

語法

'宣告
<ExtensionAttribute> _
Public Shared Function AddAssociatedChangesets ( _
    buildInformation As IBuildInformation, _
    changesets As Changeset() _
) As List(Of IChangesetSummary)
public static List<IChangesetSummary> AddAssociatedChangesets(
    this IBuildInformation buildInformation,
    Changeset[] changesets
)

參數

傳回值

類型:System.Collections.Generic.List<IChangesetSummary>
現在與組建資訊的變更集摘要的清單。

使用注意事項

在 Visual Basic 和 C# 中,您可以在任何 IBuildInformation 類型物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)擴充方法 (C# 程式設計手冊)

.NET Framework 安全性

請參閱

參考

InformationNodeConverters 類別

AddAssociatedChangesets 多載

Microsoft.TeamFoundation.Build.Client 命名空間