Events
17 Mar, 21 - 21 Mar, 10
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A declared element is a programming element that is defined in a declaration statement. Declared elements include variables, constants, enumerations, classes, structures, modules, interfaces, procedures, procedure parameters, function returns, external procedure references, operators, properties, events, and delegates.
Declaration statements include the following:
Declared Element Names
Describes how to name elements and use alphabetic case.
Declared Element Characteristics
Covers characteristics, such as scope, possessed by declared elements.
References to Declared Elements
Describes how the compiler matches a reference to a declaration and how to qualify a name.
Program Structure and Code Conventions
Presents guidelines for making your code easier to read, understand, and maintain.
Statements
Describes statements that name and define procedures, variables, arrays, and constants.
Declaration Contexts and Default Access Levels
Lists the types of declared elements and shows for each one its declaration statement, in what context you can declare it, and its default access level.
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
17 Mar, 21 - 21 Mar, 10
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowDocumentation
Declared Element Names - Visual Basic
Learn more about: Declared Element Names (Visual Basic)
Module Statement - Visual Basic
Learn more about: Module Statement
References to Declared Elements - Visual Basic
Learn more about: References to Declared Elements (Visual Basic)