声明和常量摘要 (Visual Basic)

Visual Basic 语言关键字和运行库成员按照目的和用途加以组织。

操作

语言元素

赋值。

GetProperty

声明变量或常数。

ConstDimPrivateProtectedPublicShadowsSharedStatic

声明类、委托、枚举、模块、命名空间或结构。

ClassDelegateEnumModuleNamespaceStructure

创建对象。

CreateObjectGetObjectNew

获取有关对象的信息。

GetTypeIsArrayIsDateIsDBNullIsErrorIsNothingIsNumericIsReferenceSystemTypeNameTypeNameVarTypeVbTypeName

引用当前对象。

Me

要求显式变量声明。

Option ExplicitOption Strict

处理事件。

AddHandlerEventRaiseEventRemoveHandler

实现继承。

InheritsMustInheritMustOverrideMyBaseMyClassNewNotInheritableNotOverridableOverloadsOverridableOverrides

请参见

参考

Visual Basic 运行库成员

不同语言中的关键字的比较

其他资源

关键字 (Visual Basic)