הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Visual Basic language keywords and run-time library members are organized by purpose and use.
| Action | Language element |
|---|---|
| Assign a value. | Get, Property |
| Declare variables or constants. | Const, Dim, Private, Protected, Public, Shadows, Shared, Static |
| Declare a class, delegate, enumeration, module, namespace, or structure. | Class, Delegate, Enum, Module, Namespace, Structure |
| Create objects. | CreateObject, GetObject, New |
| Get information about an object. | GetType, IsArray, IsDate, IsDBNull, IsError, IsNothing, IsNumeric, IsReference, SystemTypeName, TypeName, VarType, VbTypeName |
| Refer to the current object. | Me |
| Require explicit variable declarations. | Option Explicit, Option Strict |
| Handle events. | AddHandler, Event, RaiseEvent, RemoveHandler |
| Implement inheritance. | Inherits, MustInherit, MustOverride, MyBase, MyClass, New, NotInheritable, NotOverridable, Overloads, Overridable, Overrides |
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.