Keywords
|
Description
|
AddHandler
|
Visual
Basic .NET Statement
|
AddressOf
|
Visual
Basic .NET Statement
|
Alias
|
Used in
the Declare statement
|
And
|
Boolean
operator
|
AndAlso
|
Boolean
operator
|
Ansi
|
Used in
the Declare statement
|
Append
|
Used as
a symbolic constant in the FileOpen function
|
As
|
Used in
variable declaration (Dim, Friend, etc.)
|
Assembly
|
Assembly-level
attribute specifier
|
Auto
|
Used in
the Declare statement
|
Binary
|
Used in
the Option Compare statement
|
Boolean
|
Used in
variable declaration (intrinsic data type)
|
ByRef
|
Used in
argument lists
|
Byte
|
Used in
variable declaration (intrinsic data type)
|
ByVal
|
Used in argument lists
|
Call
|
Visual
Basic .NET statement
|
Case
|
Used in
the Select Case construct
|
Catch
|
Visual
Basic .NET statement
|
CBool
|
Data-conversion
function
|
CByte
|
Data-conversion
function
|
CChar
|
Data-conversion
function
|
CDate
|
Data-conversion
function
|
CDec
|
Data-conversion
function
|
CDbl
|
Data-conversion
function
|
Char
|
Used in
variable declaration (intrinsic data type)
|
CInt
|
Data-conversion
function
|
Class
|
Visual
Basic .NET statement
|
CLng
|
Data-conversion
function
|
CObj
|
Data-conversion
function
|
Compare
|
Used in
the Option Compare statement
|
CShort
|
Data-conversion
function
|
CSng
|
Data-conversion
function
|
CStr
|
Data-conversion
function
|
CType
|
Data-conversion
function
|
Date
|
Used in
variable declaration (intrinsic data type)
|
Decimal
|
Used in
variable declaration (intrinsic data type)
|
Declare
|
Visual
Basic .NET statement
|
Default
|
Used in
the Property statement
|
Delegate
|
Visual
Basic .NET statement
|
Dim
|
Variable
declaration statement
|
Do
|
Visual
Basic .NET statement
|
Double
|
Used in
variable declaration (intrinsic data type)
|
Each
|
Used in
the For Each...Next construct
|
Else
|
Used in
the If...Else...ElseIf...End If construct
|
ElseIf
|
Used in
the If...Else...ElseIf...End If construct
|
End
|
Used to
terminate a variety of statements
|
EndIf
|
Used in
the If...Else...ElseIf...End If construct
|
Enum
|
Visual
Basic .NET statement
|
Erase
|
Visual
Basic .NET statement
|
Error
|
Used in
the Error and On Error compatibility statements
|
Event
|
Visual
Basic .NET statement
|
Explicit
|
Used in
the Option Explicit statement
|
False
|
Boolean
literal
|
For
|
Used in
the For...Next and For Each...Next constructs
|
Finally
|
Visual
Basic .NET statement
|
For
|
Visual
Basic .NET statement
|
Friend
|
Statement
and access modifier
|
Function
|
Visual
Basic .NET statement
|
Get
|
Used in
the Property construct
|
GetType
|
Visual
Basic .NET operator
|
GoTo
|
Visual
Basic .NET statement, used with the On Error statement
|
Handles
|
Defines
an event handler in a procedure declaration
|
If
|
Visual
Basic .NET statement
|
Implements
|
Visual
Basic .NET statement
|
Imports
|
Visual
Basic .NET statement
|
In
|
Used in
the For Each...Next construct
|
Inherits
|
Visual
Basic .NET statement
|
Input
|
Used in
the FileOpen function
|
Integer
|
Used in
variable declaration (intrinsic data type)
|
Interface
|
Visual
Basic .NET statement
|
Is
|
Object
comparison operator
|
Let
|
Reserved
but unused in Visual Basic .NET
|
Lib
|
Used in
the Declare statement
|
Like
|
Visual
Basic .NET operator
|
Lock
|
Function
name
|
Long
|
Used in
variable declaration (intrinsic data type)
|
Loop
|
Used in
a Do
loop
|
Me
|
Statement
referring to the current object instance
|
Mid
|
String-manipulation
statement and function
|
Mod
|
Visual
Basic .NET operator
|
Module
|
Visual
Basic .NET statement
|
MustInherit
|
Used in
the Class construct
|
MustOverride
|
Used in
the Sub and Function statements
|
MyBase
|
Statement
referring to an object's base class
|
MyClass
|
Statement
referring to the current object instance
|
Namespace
|
Visual
Basic .NET statement
|
New
|
Object-creation
keyword, constructor name
|
Next
|
Used in
the For...Next and For Each...Next constructs
|
Not
|
Visual
Basic .NET operator
|
Nothing
|
Used to
clear an object reference
|
NotInheritable
|
Used in
the Class construct
|
NotOverridable
|
Used in
the Sub, Property, and Function statements
|
Object
|
Used in
variable declaration (intrinsic data type)
|
Off
|
Used in
Option
statements
|
On
|
Used in
Option
statements
|
Option
|
Used in
Option
statements
|
Optional
|
Used in
the Declare, Function, Property, and Sub statements
|
Or
|
Boolean
operator
|
OrElse
|
Boolean
operator
|
Output
|
Used in
the FileOpen function
|
Overloads
|
Used in
the Sub and Function statements
|
Overridable
|
Used in
the Sub and Function statements
|
Overrides
|
Used in
the Sub, Property, and Function statements
|
ParamArray
|
Used in
the Declare, Function, Property, and Sub statements
|
Preserve
|
Used
with the ReDim statement
|
Private
|
Statement
and access modifier
|
Property
|
Visual
Basic .NET statement
|
Protected
|
Statement
and access modifier
|
Public
|
Statement
and access modifier
|
RaiseEvent
|
Visual
Basic .NET statement
|
Random
|
Used in
the FileOpen function
|
Read
|
Used in
the FileOpen function
|
ReadOnly
|
Used in
the Property statement
|
ReDim
|
Visual
Basic .NET statement
|
Rem
|
Visual
Basic .NET statement
|
RemoveHandler
|
Visual
Basic .NET statement
|
Resume
|
Used in
the On Error and Resume statements
|
Return
|
Visual
Basic .NET statement
|
Seek
|
File-access
statement and function
|
Select
|
Used in
the Select Case construct
|
Set
|
Used in
the Property statement
|
Shadows
|
Visual
Basic .NET statement
|
Shared
|
Used in
the Sub and Function statements
|
Short
|
Used in
variable declaration (intrinsic data type)
|
Single
|
Used in
variable declaration (intrinsic data type)
|
Static
|
Variable
declaration statement
|
Step
|
Used in
the For...Next construct
|
Stop
|
Visual
Basic .NET statement
|
String
|
Used in
variable declaration (intrinsic data type)
|
Structure
|
Visual
Basic .NET statement
|
Sub
|
Visual
Basic .NET statement
|
SyncLock
|
Visual
Basic .NET statement
|
Text
|
Used in
the Option Compare statement
|
Then
|
Used in
the If...Then...Else...EndIf construct
|
Throw
|
Visual
Basic .NET statement
|
To
|
Used in
the For...Next and Select Case constructs
|
True
|
Boolean
literal
|
Try
|
Visual
Basic .NET statement
|
TypeOf
|
Used in
variations of the If...Then...EndIf construct
|
Unicode
|
Used in
the Declare statement
|
Until
|
Used in
the For...Next construct
|
Variant
|
Reserved
but unused in Visual Basic .NET
|
When
|
Used
with the Try...Catch...Finally construct
|
While
|
Used
with the Do...Loop and While...End While constructs
|
With
|
Visual
Basic .NET statement
|
WithEvents
|
Used in
variable declaration (Dim, Public, etc.)
|
WriteOnly
|
Used in
the Property statement
|
XOr
|
Visual Basic .NET operator
|
Key words
Subscribe to:
Posts (Atom)
No comments:
Post a Comment