Posted 16 years ago
by Stephen Curle
Version: 4.0.0277
Platform: .NET 2.0
Environment: Windows XP (32-bit)
Consider an external reference containing code such as the following
Namespace Hello
Class HelloClass
End NameSpace
Class HelloClass
End Class
If this is contained in a dll with root namespace RootNamespace and you add an imports statement to the HeaderText property such as
Imports RootNamespace
Then I would expect Hello to appear in member list when typing
Dim i As
However this doesn't appear. Note that HelloClass and RootNamespace both appear as expected.
Namespace Hello
Class HelloClass
End NameSpace
Class HelloClass
End Class
If this is contained in a dll with root namespace RootNamespace and you add an imports statement to the HeaderText property such as
Imports RootNamespace
Then I would expect Hello to appear in member list when typing
Dim i As
However this doesn't appear. Note that HelloClass and RootNamespace both appear as expected.