IPackage.OwnedTypes Property

 

Gets the PackagedElements that are types.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<IType> OwnedTypes { get; }
property IEnumerable<IType^>^ OwnedTypes {
    IEnumerable<IType^>^ get();
}
abstract OwnedTypes : IEnumerable<IType> with get
ReadOnly Property OwnedTypes As IEnumerable(Of IType)

Property Value

Type: System.Collections.Generic.IEnumerable<IType>

See Also

IPackage Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top