Freigeben über


IPackage.OwnedTypes-Eigenschaft

Ruft die PackagedElements ab, die Typen sind.

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)
    Get
IEnumerable<IType> OwnedTypes { get; }
property IEnumerable<IType^>^ OwnedTypes {
    IEnumerable<IType^>^ get ();
}
abstract OwnedTypes : IEnumerable<IType>
function get OwnedTypes () : IEnumerable<IType>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IPackage Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace