Sdílet prostřednictvím


IComment.AnnotatedElements – vlastnost

Získá prvků, ke které je připojen komentář.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IComment Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů