IPackage.OwnedTypes 屬性

取得屬於型別的 PackagedElements。

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

語法

'宣告
ReadOnly Property OwnedTypes As IEnumerable(Of IType)
IEnumerable<IType> OwnedTypes { get; }
property IEnumerable<IType^>^ OwnedTypes {
    IEnumerable<IType^>^ get ();
}
abstract OwnedTypes : IEnumerable<IType>
function get OwnedTypes () : IEnumerable<IType>

屬性值

型別:System.Collections.Generic.IEnumerable<IType>

.NET Framework 安全性

請參閱

參考

IPackage 介面

Microsoft.VisualStudio.Uml.Classes 命名空間