Here’s official documentation for the Visual Basic® .NET language, including descriptions of all language elements from A to Z. This LANGUAGE REFERENCE is taken from the electronic product documentation for Visual Basic .NET. In its printed form, this material is portable, easy to use, and easy to browse—a comprehensive alternative to the substantial online help system in Visual Basic .NET Standard software. Get the details you need on language and run-time elements, including: · Attributes · Constants and enumerations · Data types · Directives · Functions · Keywords · Methods · Objects · Operators · Properties · Statements
Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.
Founded in 1975, Microsoft® is the worldwide leader in software, services, and solutions that help people and businesses realize their full potential. Since 1988, Microsoft has been building accessibility options right into its products to enable everyone to personalize their PCs to make them easier and more comfortable to see, hear, and use.
Before You Begin; Typographic and Code Conventions; Chapter 1: Introduction to Visual Basic .NET; 1.1 Language Changes in Visual Basic; 1.2 Overview of Visual Basic Concepts; 1.3 Visual Basic Language Keywords; Chapter 2: A–Z Reference; 2.1 #Const Directive; 2.2 #ExternalSource Directive; 2.3 #If...Then...#Else Directives; 2.4 #Region Directive; 2.5 & Operator; 2.6 &= Operator; 2.7 * Operator; 2.8 *= Operator; 2.9 + Operator; 2.10 += Operator; 2.11 - Operator; 2.12 -= Operator; 2.13 / Operator; 2.14 /= Operator; 2.15 = Operator; 2.16 \ Operator; 2.17 \= Operator; 2.18 ^ Operator; 2.19 ^= Operator; 2.20 Add Method; 2.21 AddHandler Statement; 2.22 AddressOf Operator; 2.23 Alias; 2.24 And Operator; 2.25 AndAlso Operator; 2.26 Ansi; 2.27 AppActivate Function; 2.28 AppWinStyle Enumeration; 2.29 As; 2.30 Asc, AscW Functions; 2.31 Assembly; 2.32 Auto; 2.33 Beep Function; 2.34 Boolean Data Type; 2.35 ByRef; 2.36 Byte Data Type; 2.37 ByVal; 2.38 Call Statement; 2.39 CallByName Function; 2.40 CallType Enumeration; 2.41 Case; 2.42 Char Data Type; 2.43 ChDir Function; 2.44 ChDrive Function; 2.45 Choose Function; 2.46 Chr, ChrW Functions; 2.47 Class Statement; 2.48 Clear Method; 2.49 Collection Object; 2.50 ComClassAttribute Class; 2.51 ComClassAttribute Constructor; 2.52 ComClassAttribute.ClassID Property; 2.53 ComClassAttribute.EventID Property; 2.54 ComClassAttribute.InterfaceID Property; 2.55 ComClassAttribute.InterfaceShadows Property; 2.56 Command Function; 2.57 CompareMethod Enumeration; 2.58 Const Statement; 2.59 Count Property; 2.60 CreateObject Function; 2.61 CType Function; 2.62 CurDir Function; 2.63 Date Data Type; 2.64 DateAdd Function; 2.65 DateDiff Function; 2.66 DateFormat Enumeration; 2.67 DateInterval Enumeration; 2.68 DatePart Function; 2.69 DateSerial Function; 2.70 DateString Property; 2.71 DateValue Function; 2.72 Day Function; 2.73 DDB Function; 2.74 Decimal Data Type; 2.75 Declare Statement; 2.76 Default; 2.77 Delegate Statement; 2.78 DeleteSetting Function; 2.79 Derived Math Functions; 2.80 Description Property; 2.81 Different Formats for Different Numeric Values (Format Function); 2.82 Dim Statement; 2.83 Dir Function; 2.84 DirectCast; 2.85 Do...Loop Statements; 2.86 Double Data Type; 2.87 DueDate Enumeration; 2.88 Each; 2.89 Else; 2.90 ElseIf; 2.91 End; 2.92 End Statement; 2.93 Enum Statement; 2.94 Environ Function; 2.95 EOF Function; 2.96 Erase Statement; 2.97 Erl Property; 2.98 Err Object; 2.99 Error; 2.100 Error Statement; 2.101 ErrorToString Function; 2.102 Event Statement; 2.103 Exit Statement; 2.104 Explicit; 2.105 False; 2.106 FileAttr Function; 2.107 FileAttribute Enumeration; 2.108 FileClose Function; 2.109 FileCopy Function; 2.110 FileDateTime Function; 2.111 FileGet Function; 2.112 FileGetObject Function; 2.113 FileLen Function; 2.114 FileOpen Function; 2.115 FilePut Function; 2.116 FilePutObject Function; 2.117 FileWidth Function; 2.118 Filter Function; 2.119 FirstDayOfWeek Enumeration; 2.120 FirstWeekOfYear Enumeration; 2.121 For; 2.122 For Each...Next Statements; 2.123 For...Next Statements; 2.124 Format Function; 2.125 FormatCurrency Function; 2.126 FormatDateTime Function; 2.127 FormatNumber Function; 2.128 FormatPercent Function; 2.129 FreeFile Function; 2.130 Friend; 2.131 Function Statement; 2.132 FV Function; 2.133 Get Statement; 2.134 GetAllSettings Function; 2.135 GetAttr Function; 2.136 GetChar Function; 2.137 GetEnumerator Method; 2.138 GetException Function; 2.139 GetObject Function; 2.140 GetSetting Function; 2.141 GetType Operator; 2.142 GoTo Statement; 2.143 Handles; 2.144 HelpContext Property; 2.145 HelpFile Property; 2.146 Hex Function; 2.147 Hour Function; 2.148 If...Then...Else Statements; 2.149 IIf Function; 2.150 Implements; 2.151 Implements Statement; 2.152 Imports Statement; 2.153 In; 2.154 Inherits Statement; 2.155 Input Function; 2.156 InputBox Function; 2.157 InputString Function; 2.158 InStr Function; 2.159 InStrRev Function; 2.160 Int, Fix Functions; 2.161 Integer Data Type; 2.162 Interface Statement; 2.163 IPmt Function; 2.164 IRR Function; 2.165 Is; 2.166 Is Operator; 2.167 IsArray Function; 2.168 IsDate Function; 2.169 IsDBNull Function; 2.170 IsError Function; 2.171 IsNothing Function; 2.172 IsNumeric Function; 2.173 IsReference Function; 2.174 Item Property; 2.175 Join Function; 2.176 Kill Function; 2.177 LastDLLError Property; 2.178 LBound Function; 2.179 LCase Function; 2.180 Left Function; 2.181 Len Function; 2.182 Lib; 2.183 Like Operator; 2.184 LineInput Function; 2.185 Loc Function; 2.186 Lock, Unlock Functions; 2.187 LOF Function; 2.188 Long Data Type; 2.189 Loop; 2.190 LSet Function; 2.191 LTrim, RTrim, and Trim Functions; 2.192 Math Functions; 2.193 Me; 2.194 Mid Function; 2.195 Mid Statement; 2.196 Minute Function; 2.197 MIRR Function; 2.198 MkDir Function; 2.199 Mod Operator; 2.200 Module; 2.201 Module Statement; 2.202 Month Function; 2.203 MonthName Function; 2.204 MsgBox Function; 2.205 MsgBoxResult Enumeration; 2.206 MsgBoxStyle Enumeration; 2.207 MustInherit; 2.208 MustOverride; 2.209 MyBase; 2.210 MyClass; 2.211 Namespace Statement; 2.212 New; 2.213 Next; 2.214 Not Operator; 2.215 Nothing; 2.216 NotInheritable; 2.217 NotOverridable; 2.218 Now Property; 2.219 NPer Function; 2.220 NPV Function; 2.221 Number Property; 2.222 Object Data Type; 2.223 Objects; 2.224 Oct Function; 2.225 Off; 2.226 On; 2.227 On Error Statement; 2.228 OpenAccess Enumeration; 2.229 OpenMode Enumeration; 2.230 OpenShare Enumeration; 2.231 Operators Summary; 2.232 Option; 2.233 Option Compare Statement; 2.234 Option Explicit Statement; 2.235 Option Strict Statement; 2.236 Optional; 2.237 Or Operator; 2.238 OrElse Operator; 2.239 Overloads; 2.240 Overridable; 2.241 Overrides; 2.242 ParamArray; 2.243 Partition Function; 2.244 Pmt Function; 2.245 PPmt Function; 2.246 Predefined Date/Time Formats (Format Function); 2.247 Predefined Numeric Formats (Format Function); 2.248 Preserve; 2.249 Print and Display Constants; 2.250 Print, PrintLine Functions; 2.251 Private; 2.252 Property Statement; 2.253 Protected; 2.254 Public; 2.255 PV Function; 2.256 QBColor Function; 2.257 Raise Method; 2.258 RaiseEvent Statement; 2.259 Randomize Statement; 2.260 Rate Function; 2.261 ReadOnly; 2.262 ReDim Statement; 2.263 REM Statement; 2.264 Remove Method; 2.265 RemoveHandler Statement; 2.266 Rename Function; 2.267 Replace Function; 2.268 Reset Function; 2.269 Resume; 2.270 Resume Statement; 2.271 Return Statement; 2.272 Returns for CStr; 2.273 RGB Function; 2.274 Right Function; 2.275 RmDir Function; 2.276 Rnd Function; 2.277 RSet Function; 2.278 SaveSetting Function; 2.279 ScriptEngine Property; 2.280 ScriptEngineBuildVersion Property; 2.281 ScriptEngineMajorVersion Property; 2.282 ScriptEngineMinorVersion Property; 2.283 Second Function; 2.284 Seek Function; 2.285 Select...Case Statements; 2.286 Set Statement; 2.287 SetAttr Function; 2.288 Shadows; 2.289 Shared; 2.290 Shell Function; 2.291 Short Data Type; 2.292 Single Data Type; 2.293 SLN Function; 2.294 Source Property; 2.295 Space Function; 2.296 SPC Function; 2.297 Split Function; 2.298 Static; 2.299 Step; 2.300 Stop Statement; 2.301 Str Function; 2.302 StrComp Function; 2.303 StrConv Function; 2.304 StrDup Function; 2.305 String Data Type; 2.306 StrReverse Function; 2.307 Structure Statement; 2.308 Sub Statement; 2.309 Switch Function; 2.310 SYD Function; 2.311 SyncLock Statement; 2.312 SystemTypeName Function; 2.313 TAB Function; 2.314 Then; 2.315 Throw Statement; 2.316 TimeOfDay Property; 2.317 Timer Property; 2.318 TimeSerial Function; 2.319 TimeString Property; 2.320 TimeValue Function; 2.321 To; 2.322 Today Property; 2.323 Tristate Enumeration; 2.324 True; 2.325 Try...Catch...Finally Statements; 2.326 Type Conversion Functions; 2.327 TypeName Function; 2.328 TypeOf; 2.329 UBound Function; 2.330 UCase Function; 2.331 Unicode; 2.332 Until; 2.333 User-Defined Data Type; 2.334 User-Defined Date/Time Formats (Format Function); 2.335 User-Defined Numeric Formats (Format Function); 2.336 Val Function; 2.337 VariantType Enumeration; 2.338 VarType Function; 2.339 VBFixedArrayAttribute Class; 2.340 VBFixedArrayAttribute Constructor; 2.341 VBFixedArrayAttribute.FirstBound Field; 2.342 VBFixedArrayAttribute.SecondBound Field; 2.343 VBFixedStringAttribute Class; 2.344 VBFixedStringAttribute Constructor; 2.345 VBFixedStringAttribute.SizeConst Field; 2.346 VbStrConv Enumeration; 2.347 VbTypeName Function; 2.348 Weekday Function; 2.349 WeekdayName Function; 2.350 When; 2.351 While; 2.352 While...End While Statements; 2.353 With...End With Statements; 2.354 WithEvents; 2.355 Write, WriteLine Functions; 2.356 WriteOnly; 2.357 Xor Operator; 2.358 Year Function; Operators; Operators Listed by Functionality; Operator Precedence in Visual Basic; Arithmetic Operators; Assignment Operators; Comparison Operators; Concatenation Operators; Logical/Bitwise Operators; Miscellaneous Operators; Summary Lists; #Compiler Directive Summary; Arrays Summary; Collection Object Summary; Control Flow Summary; Conversion Summary; Data Type Summary; Data Types Summary; Dates and Times Summary; Declarations and Constants Summary; Directories and Files Summary; Errors Summary; Financial Summary; Information and Interaction Summary; Input and Output Summary; Math Summary; Registry Summary; String Manipulation Summary; Member Lists; Visual Basic Run-Time Library Members; Err Object Members; Collection Object Members; ComClassAttribute C...
Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.
GRATIS per la spedizione in U.S.A.
Destinazione, tempi e costiEUR 3,84 per la spedizione in U.S.A.
Destinazione, tempi e costiDa: SecondSale, Montgomery, IL, U.S.A.
Condizione: Good. Item in very good condition! Textbooks may not include supplemental items i.e. CDs, access codes etc. Codice articolo 00079055133
Quantità: 1 disponibili
Da: Your Online Bookstore, Houston, TX, U.S.A.
paperback. Condizione: Good. Codice articolo 0735615527-3-33965862
Quantità: 1 disponibili
Da: Wonder Book, Frederick, MD, U.S.A.
Condizione: Very Good. Very Good condition. A copy that may have a few cosmetic defects. May also contain light spine creasing or a few markings such as an owner's name, short gifter's inscription or light stamp. Bundled media such as CDs, DVDs, floppy disks or access codes may not be included. Codice articolo E12N-00238
Quantità: 1 disponibili
Da: Better World Books, Mishawaka, IN, U.S.A.
Condizione: Very Good. 1st Edition. Used book that is in excellent condition. May show signs of wear or have minor defects. Codice articolo 8661320-6
Quantità: 1 disponibili
Da: Better World Books: West, Reno, NV, U.S.A.
Condizione: Good. 1st Edition. Former library book; may include library markings. Used book that is in clean, average condition without any missing pages. Codice articolo 12941010-6
Quantità: 1 disponibili
Da: WorldofBooks, Goring-By-Sea, WS, Regno Unito
Paperback. Condizione: Good. The book has been read but remains in clean condition. All pages are intact and the cover is intact. Some minor wear to the spine. Codice articolo GOR006276914
Quantità: 1 disponibili
Da: Toscana Books, AUSTIN, TX, U.S.A.
Paperback. Condizione: new. Excellent Condition.Excels in customer satisfaction, prompt replies, and quality checks. Codice articolo Scanned0735615527
Quantità: 1 disponibili