Method of IApplication
UnRegister external variable
Application.UnRegisterVariable(strName);
Application.UnRegisterVariable strName
HRESULT hr = Application.UnRegisterVariable(strName);
IApplication