Partager via


IComment.AnnotatedElements, propriété

Obtient les éléments auxquels le commentaire est associé.

Espace de noms :  Microsoft.VisualStudio.Uml.Classes
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property AnnotatedElements As IList(Of IElement)
IList<IElement> AnnotatedElements { get; }
property IList<IElement^>^ AnnotatedElements {
    IList<IElement^>^ get ();
}
abstract AnnotatedElements : IList<IElement> with get
function get AnnotatedElements () : IList<IElement>

Valeur de propriété

Type : IList<IElement>

Notes

Pour obtenir les commentaires liés à un élément donné, utilisez :

IEnumerable
<IComment> comments = store.AllInstances<IComment>() 
.Where(eachComment => eachComment.AnnotatedElements.Contains(element));

Sécurité .NET Framework

Voir aussi

Référence

IComment Interface

Microsoft.VisualStudio.Uml.Classes, espace de noms