IJavaCompileUnit::Imports

This property is a collection of the names of packages and classes that are imported by the compile unit. For a compiled .class file, this collection is always empty.

Syntax

HRESULT Imports(
[out, retval] IJavaImports** retval
);

Property Imports As IJavaImports