共用方式為


IComment.OwningElement 屬性

取得定義此註解的元素,例如模型。 不同於其所連結至的項目。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
ReadOnly Property OwningElement As IElement
IElement OwningElement { get; }
property IElement^ OwningElement {
    IElement^ get ();
}
abstract OwningElement : IElement with get
function get OwningElement () : IElement

屬性值

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

.NET Framework 安全性

請參閱

參考

IComment 介面

Microsoft.VisualStudio.Uml.Classes 命名空間