CatalogData 建構函式 (IEnumerable<CatalogResource>, IEnumerable<CatalogResource>, IEnumerable<CatalogNode>, Int32)
建立準備以 Web 服務的 CatalogData 物件。
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
Public Sub New ( _
resources As IEnumerable(Of CatalogResource), _
deletedResources As IEnumerable(Of CatalogResource), _
deletedNodes As IEnumerable(Of CatalogNode), _
locationServiceLastChangeId As Integer _
)
public CatalogData(
IEnumerable<CatalogResource> resources,
IEnumerable<CatalogResource> deletedResources,
IEnumerable<CatalogNode> deletedNodes,
int locationServiceLastChangeId
)
參數
- resources
類型:System.Collections.Generic.IEnumerable<CatalogResource>
此資源資料為基礎。
- deletedResources
類型:System.Collections.Generic.IEnumerable<CatalogResource>
根據資料的刪除的資源。
- deletedNodes
類型:System.Collections.Generic.IEnumerable<CatalogNode>
根據資料的刪除的節點。
- locationServiceLastChangeId
類型:System.Int32
位置服務的上次變更 ID。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。