共用方式為


IElement.Owner 屬性

取得擁有這個項目的項目。 除了根 IModel 以外的每個元素都有一個擁有者。

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

語法

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

屬性值

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

.NET Framework 安全性

請參閱

參考

IElement 介面

Microsoft.VisualStudio.Uml.Classes 命名空間