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 安全性

请参阅

参考

CatalogDependencyGroup 类

Microsoft.TeamFoundation.Server.Core 命名空间