ILayerComment.Links Property
Gets the elements linked to this comment.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
IEnumerable<ILayerCommentLink> Links { get; }
property IEnumerable<ILayerCommentLink^>^ Links {
IEnumerable<ILayerCommentLink^>^ get();
}
abstract Links : IEnumerable<ILayerCommentLink> with get
ReadOnly Property Links As IEnumerable(Of ILayerCommentLink)
Property Value
Type: System.Collections.Generic.IEnumerable<ILayerCommentLink>
See Also
ILayerComment Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top