Interface visualization imports only the interface aspects of the external code - the public and protected elements in the code. Because only the signature of methods is of interest in such situations, the bodies of methods are not imported into your model.
Code is never generated for the elements imported using interface visualization.
This feature is available for the following languages: C, C++, C#, Java.