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 命名空间