IInterface.OwnedAttributes 屬性

取得介面所擁有的所有屬性。

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

語法

'宣告
ReadOnly Property OwnedAttributes As IEnumerable(Of IProperty)
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 命名空間