Condividi tramite


Proprietà IPackage.OwnedTypes

Ottiene il PackagedElements che sono tipi.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IPackage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes