
The My namespace feature was introduced in Visual Basic® 2005 to provide shortcut methods and APIs for common coding tasks. Since then, users have been able to write My namespace extensions to make it easy to access their own code libraries. My Extensibility, new in Visual Basic 2008, makes extending the My namespace even easier. With the new My Extensibility feature, My namespace extensions can be activated or deactivated through the Project Properties Designer, or when an associated reference is added or removed from a project.
|