Sdílet prostřednictvím


ILayerComment.Links – vlastnost

Získá prvky spojené s Tento komentář.

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: IEnumerable<ILayerCommentLink>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ILayerComment Rozhraní

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer – obor názvů