IComment.OwningElement 属性

获取定义此注释的元素(例如一个模型)。 与其链接到的元素 AnnotatedElement 不同。

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

语法

声明
ReadOnly Property OwningElement As IElement
    Get
IElement OwningElement { get; }
property IElement^ OwningElement {
    IElement^ get ();
}
abstract OwningElement : IElement
function get OwningElement () : IElement

属性值

类型:Microsoft.VisualStudio.Uml.Classes.IElement

.NET Framework 安全性

请参见

参考

IComment 接口

Microsoft.VisualStudio.Uml.Classes 命名空间