Skip to content

Commit 0cd9256

Browse files
authored
Update how-to-add-or-remove-imported-namespaces-visual-basic.md
1 parent a2baa5b commit 0cd9256

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/ide/how-to-add-or-remove-imported-namespaces-visual-basic.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add or remove imported namespaces (Visual Basic)
33
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
55
ms.topic: how-to
66
helpviewer_keywords:
77
- adding imported namespaces
@@ -22,9 +22,9 @@ Imported namespaces are managed on the **References** page of the **Project Desi
2222

2323
### To add an imported namespace
2424

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**.
2626

27-
2. In the **Project Designer**, click the **References** tab.
27+
2. In the **Project Designer**, go to **References**.
2828

2929
3. In the **Imported Namespaces** list, select the check box for the namespace that you wish to add.
3030

@@ -33,9 +33,9 @@ Imported namespaces are managed on the **References** page of the **Project Desi
3333
3434
### To remove an imported namespace
3535

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**.
3737

38-
2. In the **Project Designer**, click the **References** tab.
38+
2. In the **Project Designer**, go to **References**.
3939

4040
3. In the **Imported Namespaces** list, clear the check box for the namespace that you wish to remove.
4141

0 commit comments

Comments
 (0)