ILayerComment.Links 属性

获取链接到此注释的元素。

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

语法

声明
ReadOnly Property Links As IEnumerable(Of ILayerCommentLink)
    Get
IEnumerable<ILayerCommentLink> Links { get; }
property IEnumerable<ILayerCommentLink^>^ Links {
    IEnumerable<ILayerCommentLink^>^ get ();
}
abstract Links : IEnumerable<ILayerCommentLink>
function get Links () : IEnumerable<ILayerCommentLink>

属性值

类型:System.Collections.Generic.IEnumerable<ILayerCommentLink>

.NET Framework 安全性

请参见

参考

ILayerComment 接口

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空间