Condividi tramite


Proprietà IComment.AnnotatedElements

Ottiene gli elementi a cui è collegato il commento.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property AnnotatedElements As IList(Of IElement)
    Get
IList<IElement> AnnotatedElements { get; }
property IList<IElement^>^ AnnotatedElements {
    IList<IElement^>^ get ();
}
abstract AnnotatedElements : IList<IElement>
function get AnnotatedElements () : IList<IElement>

Valore proprietà

Tipo: System.Collections.Generic.IList<IElement>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IComment Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes