IComment.AnnotatedElements 属性

获取注释附加到的元素。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.IList<IElement>

.NET Framework 安全性

请参见

参考

IComment 接口

Microsoft.VisualStudio.Uml.Classes 命名空间