Name

Imports Statement

Synopsis



Imports [aliasname = ] namespace [.element]
aliasname optional; String literal

The name by which the namespace will be referenced in the module

namespace required; String literal

The name of the namespace being imported

element optional

The name of an element in the namespace

Description

Imports namespaces or parts of namespaces, making their members available to the current module.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.