宣告和常數摘要 (Visual Basic)
Visual Basic 語言關鍵字和執行階段程式庫成員的組織方式,會以目的和使用方式為依據。
動作 | 語言項目 |
---|---|
指派值。 | Get、Property |
宣告變數或常數。 | Const、Dim、Private、Protected、Public、Shadows、Shared、Static |
宣告類別、委派、列舉、模組、命名空間或結構。 | Class、Delegate、Enum、Module、Namespace、Structure |
建立物件。 | CreateObject、GetObject、New |
取得物件的相關資訊。 | GetType、IsArray、IsDate、IsDBNull、IsError、IsNothing、IsNumeric、IsReference、SystemTypeName、TypeName、VarType、VbTypeName |
參考目前的物件。 | Me |
需要明確的變數宣告。 | Option Explicit、Option Strict |
處理事件。 | AddHandler、Event、RaiseEvent、RemoveHandler |
實作繼承。 | Inherits、MustInherit、MustOverride、MyBase、MyClass、New、NotInheritable、NotOverridable、Overloads、Overridable、Overrides |