Compartir a través de


IPackage.OwnedTypes (Propiedad)

Obtiene el objeto PackagedElements que son tipos.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IPackage Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)