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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。