IAssociation.NavigableOwnedEnds 属性

获取可操作的拥有端。

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

语法

声明
ReadOnly Property NavigableOwnedEnds As IEnumerable(Of IProperty)
    Get
IEnumerable<IProperty> NavigableOwnedEnds { get; }
property IEnumerable<IProperty^>^ NavigableOwnedEnds {
    IEnumerable<IProperty^>^ get ();
}
abstract NavigableOwnedEnds : IEnumerable<IProperty>
function get NavigableOwnedEnds () : IEnumerable<IProperty>

属性值

类型:System.Collections.Generic.IEnumerable<IProperty>

.NET Framework 安全性

请参见

参考

IAssociation 接口

Microsoft.VisualStudio.Uml.Classes 命名空间