1
1
---
2
2
title : Add or remove imported namespaces (Visual Basic)
3
3
description : Add or remove imported Visual Basic namespaces and add, remove, or update user imports with the Project Designer in Visual Studio.
4
- ms.date : 06/21/2017
4
+ ms.date : 5/6/2025
5
5
ms.topic : how-to
6
6
helpviewer_keywords :
7
7
- adding imported namespaces
@@ -22,9 +22,9 @@ Imported namespaces are managed on the **References** page of the **Project Desi
22
22
23
23
### To add an imported namespace
24
24
25
- 1 . In ** Solution Explorer** , double -click the ** My Project ** node for the project .
25
+ 1 . In ** Solution Explorer** , right -click the project node and select ** Properties ** .
26
26
27
- 2 . In the ** Project Designer** , click the ** References** tab .
27
+ 2 . In the ** Project Designer** , go to ** References** .
28
28
29
29
3 . In the ** Imported Namespaces** list, select the check box for the namespace that you wish to add.
30
30
@@ -33,9 +33,9 @@ Imported namespaces are managed on the **References** page of the **Project Desi
33
33
34
34
### To remove an imported namespace
35
35
36
- 1 . In ** Solution Explorer** , double -click the ** My Project ** node for the project .
36
+ 1 . In ** Solution Explorer** , right -click the project node, and select ** Properties ** .
37
37
38
- 2 . In the ** Project Designer** , click the ** References** tab .
38
+ 2 . In the ** Project Designer** , go to ** References** .
39
39
40
40
3 . In the ** Imported Namespaces** list, clear the check box for the namespace that you wish to remove.
41
41
0 commit comments