Defining Classes - Visual Basic | Microsoft Learn
learn.microsoft.com › en-us › dotnetSep 15, 2021 · You can use the Visual Basic Code Editor to add a class to your startup form by typing the Class keyword followed by the name of the new class. The Code Editor provides a corresponding End Class statement for you. Define a private field for the class by adding the following code between the Class and End Class statements: VB Copy
Programming Guide - Visual Basic | Microsoft Learn
learn.microsoft.com › en-us › dotnetSep 15, 2021 · In This Section. Contains documentation on the basic structure and code conventions of Visual Basic, such as naming conventions, comments in code, and limitations within Visual Basic. Provides links to topics that introduce and discuss important features of Visual Basic, including LINQ and XML literals. Explains the interoperability issues ...