선언 및 상수 요약(Visual Basic)
Visual Basic 언어 키워드와 런타임 라이브러리 멤버는 목적과 용도에 따라 구성됩니다.
작업 |
언어 요소 |
---|---|
값을 할당합니다. |
|
변수 또는 상수를 선언합니다. |
Const, Dim, Private, Protected, Public, Shadows, Shared, Static |
클래스, 대리자, 열거, 모듈, 네임스페이스 또는 구조체를 선언합니다. |
|
개체를 만듭니다. |
|
개체에 대한 정보를 가져옵니다. |
GetType, IsArray, IsDate, IsDBNull, IsError, IsNothing, IsNumeric, IsReference, SystemTypeName, TypeName, VarType, VbTypeName |
현재 개체를 참조합니다. |
|
명시적 변수 선언을 요청합니다. |
|
이벤트를 처리합니다. |
|
상속을 구현합니다. |
Inherits, MustInherit, MustOverride, MyBase, MyClass, New, NotInheritable, NotOverridable, Overloads, Overridable, Overrides |