Udostępnij za pośrednictwem


Właściwość IPackage.OwnedTypes —

Pobiera PackagedElements, że są typy.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Classes
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

'Deklaracja
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>

Wartość właściwości

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IPackage Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Classes