Partilhar via


Propriedade IPackage.OwnedTypes

Obtém o que são tipos de PackagedElements.

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

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IPackage Interface

Namespace Microsoft.VisualStudio.Uml.Classes