Partager via


ILayerComment.Links, propriété

Obtient les éléments associés à ce commentaire.

Espace de noms :  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly :  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (dans Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ILayerComment Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer, espace de noms