INamespace::PackageImports Property
Visual Studio 2015
Gets the packages that are imported by this namespace.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IPackageImport^>^ PackageImports {
IEnumerable<IPackageImport^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IPackageImport^>^
Show: