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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.