GraphGroup.ContainmentLinks 属性

此组中包含的包容链接。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public ReadOnly Property ContainmentLinks As IEnumerable(Of GraphLink)
public IEnumerable<GraphLink> ContainmentLinks { get; }
public:
property IEnumerable<GraphLink^>^ ContainmentLinks {
    IEnumerable<GraphLink^>^ get ();
}
member ContainmentLinks : IEnumerable<GraphLink> with get
function get ContainmentLinks () : IEnumerable<GraphLink>

属性值

类型:IEnumerable<GraphLink>
返回 IEnumerable

.NET Framework 安全性

请参阅

参考

GraphGroup 类

Microsoft.VisualStudio.GraphModel 命名空间