Proprietà ILayerComment.Links
ottiene gli elementi collegati a questo commento.
Spazio dei nomi: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Sintassi
'Dichiarazione
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>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<ILayerCommentLink>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer