Sdílet prostřednictvím


IPackage.OwnedTypes – vlastnost

Získá PackagedElements, která jsou typy.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
ReadOnly Property OwnedTypes As IEnumerable(Of IType)
IEnumerable<IType> OwnedTypes { get; }
property IEnumerable<IType^>^ OwnedTypes {
    IEnumerable<IType^>^ get ();
}
abstract OwnedTypes : IEnumerable<IType> with get
function get OwnedTypes () : IEnumerable<IType>

Hodnota vlastnosti

Typ: IEnumerable<IType>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IPackage Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů