CatalogDependencyGroup.Sets 屬性
保留相依性集合。 相依性集合是可以有一個或多個節點每個索引鍵的相依性。
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
Public Property Sets As IDictionary(Of String, IList(Of CatalogNode))
public IDictionary<string, IList<CatalogNode>> Sets { get; private set; }
屬性值
類型:System.Collections.Generic.IDictionary<String, IList<CatalogNode>>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。