Part II. Reference
This section consists only of one very long chapter (Chapter 10), which contains an alphabetic reference to VB.NET language elements. The chapter documents the following:
Statements, such as
AddHandleror Structure...End Structure.Procedures, such as
AppActivateorRename. These were statements in previous versions of Visual Basic, but now they are methods of one class or another within the Microsoft.VisualBasic namespace. The official documentation describes them as functions, but since they don’t return a value, we’ve chosen to describe them as procedures.Functions, such as Format or IsReference.
Compiler directives, such as
#Constor#If.Visual Basic classes and their members. The two intrinsic objects available in Visual Basic are the
Collectionclass and theErrobject.Selected classes in the .NET Framework Class Library, along with their members. Documentation of the Framework Class Library, however, is highly selective; we’ve chosen classes and their members either because they replace language elements that were present in VB 6, or because they provide much needed functionality that supplements existing language elements.
Attributes, such as
<AttributeUsage>and<VBFixedString>. Of the approximately 100 attributes available in the .NET Framework, we’ve documented only those of greatest interest to the VB programmer.
When you’re looking for a particular language element but don’t quite remember what it’s called, an alphabetic reference is of little ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access