IPackage::PackagedElements Property
Visual Studio 2015
Gets the elements owned by this package.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IPackageableElement^>^ PackagedElements {
IEnumerable<IPackageableElement^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IPackageableElement^>^
Show: