Propriedade IComment.AnnotatedElements

Obtém os elementos aos quais o comentário é anexado.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IComment Interface

Namespace Microsoft.VisualStudio.Uml.Classes