Declarations and Constants Summary
Visual Basic language keywords and run-time library members are organized by purpose and use.
Action | Language element |
---|---|
Assign a value. |
|
Declare variables or constants. |
Const, Dim, Private, Protected, Public, Shadows, Shared, Static |
Declare a class, delegate, enumeration, module, namespace, or structure. |
|
Create objects. |
|
Get information about an object. |
GetType, IsArray, IsDate, IsDbNull, IsError, IsNothing, IsNumeric, IsReference, SystemTypeName, TypeName, VarType, VbTypeName |
Refer to the current object. |
|
Require explicit variable declarations. |
|
Handle events. |
|
Implement inheritance. |
Inherits, MustInherit, MustOverride, MyBase, MyClass, New, NotInheritable, NotOverridable, Overloads, Overridable, Overrides |
See Also
Reference
Keywords and Members by Task
Visual Basic Language Keywords
Visual Basic Run-Time Library Members
Keywords Compared in Different Languages