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

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

Property Value

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

.NET Framework Security

See Also

Reference

IPackage Interface

Microsoft.VisualStudio.Uml.Classes Namespace