IInterface.OwnedAttributes 属性

获取接口拥有的所有属性。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

IInterface 接口

Microsoft.VisualStudio.Uml.Classes 命名空间