This function adds an import statement for the given package to the compile unit.
Syntax
HRESULT Add([in] BSTR bstrName);
Sub Add(ByVal bstrName As String)
Parameters
bstrName
The import statement string value to be added.