Repository.QueryChangesForChangeset 方法
查詢變更特定變更集 (可呼叫或非頁面)
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function QueryChangesForChangeset ( _
changesetId As Integer, _
generateDownloadUrls As Boolean, _
pageSize As Integer, _
lastItem As ItemSpec _
) As StreamingCollection(Of Change)
[WebMethodAttribute]
public StreamingCollection<Change> QueryChangesForChangeset(
int changesetId,
bool generateDownloadUrls,
int pageSize,
ItemSpec lastItem
)
參數
- changesetId
型別:System.Int32
傳回變更的變更集 ID。
- generateDownloadUrls
型別:System.Boolean
- pageSize
型別:System.Int32
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Change>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。