ElementGroupPrototype.ProtoElementLinks 属性

获取包含在 ElementGroupPrototype 中的所有 ProtoElementLinks 的集合。

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

语法

声明
Public ReadOnly Property ProtoElementLinks As ReadOnlyCollection(Of ProtoLink)
public ReadOnlyCollection<ProtoLink> ProtoElementLinks { get; }

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<ProtoLink>

.NET Framework 安全性

请参阅

参考

ElementGroupPrototype 类

Microsoft.VisualStudio.Modeling 命名空间