ILayerComment.Links (Propiedad)

Obtiene los elementos vinculados a este comentario.

Espacio de nombres:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Ensamblado:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (en Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Sintaxis

'Declaración
ReadOnly Property Links As IEnumerable(Of ILayerCommentLink)
IEnumerable<ILayerCommentLink> Links { get; }
property IEnumerable<ILayerCommentLink^>^ Links {
    IEnumerable<ILayerCommentLink^>^ get ();
}
abstract Links : IEnumerable<ILayerCommentLink>
function get Links () : IEnumerable<ILayerCommentLink>

Valor de propiedad

Tipo: System.Collections.Generic.IEnumerable<ILayerCommentLink>

Seguridad de .NET Framework

Vea también

Referencia

ILayerComment Interfaz

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (Espacio de nombres)