Draft for Information Only
Content
VB.NET Enumerations
Enumerations
Source/Reference
VB.NET Enumerations
Enumerations provide a convenient way to work with sets of related constants and to associate constant values with names.
Enumerations
Enumeration |
Description |
AppWinStyle |
Indicates the window style to use for the invoked program when calling the Shell function. |
AudioPlayMode |
Indicates how to play sounds when calling audio methods. |
BuiltInRole |
Indicates the type of role to check when calling the IsInRole method. |
CallType |
Indicates the type of procedure being invoked when calling the CallByName function. |
CompareMethod |
Indicates how to compare strings when calling comparison functions. |
DateFormat |
Indicates how to display dates when calling the FormatDateTime function. |
DateInterval |
Indicates how to determine and format date intervals when calling date-related functions. |
DeleteDirectoryOption |
Specifies what should be done when a directory that is to be deleted contains files or directories. |
DueDate |
Indicates when payments are due when calling financial methods. |
FieldType |
Indicates whether text fields are delimited or fixed-width. |
FileAttribute |
Indicates the file attributes to use when calling file-access functions. |
FirstDayOfWeek |
Indicates the first day of the week to use when calling date-related functions. |
FirstWeekOfYear |
Indicates the first week of the year to use when calling date-related functions. |
MsgBoxResult |
Indicates which button was pressed on a message box, returned by the MsgBox function. |
MsgBoxStyle |
Indicates which buttons to display when calling the MsgBox function. |
OpenAccess |
Indicates how to open a file when calling file-access functions. |
OpenMode |
Indicates how to open a file when calling file-access functions. |
OpenShare |
Indicates how to open a file when calling file-access functions. |
RecycleOption |
Specifies whether a file should be deleted permanently or placed in the Recycle Bin. |
SearchOption |
Specifies whether to search all or only top-level directories. |
TriState |
Indicates a Boolean value or whether the default should be used when calling number-formatting functions. |
UICancelOption |
Specifies what should be done if the user clicks Cancel during an operation. |
UIOption |
Specifies whether or not to show a progress dialog when copying, deleting, or moving files or directories. |
VariantType |
Indicates the type of a variant object, returned by the VarType function. |
VbStrConv |
Indicates which type of conversion to perform when calling the StrConv function. |
Source/Reference
©sideway
ID: 200700022 Last Updated: 7/22/2020 Revision: 0 Ref:

References
- Active Server Pages, , http://msdn.microsoft.com/en-us/library/aa286483.aspx
- ASP Overview, , http://msdn.microsoft.com/en-us/library/ms524929%28v=vs.90%29.aspx
- ASP Best Practices, , http://technet.microsoft.com/en-us/library/cc939157.aspx
- ASP Built-in Objects, , http://msdn.microsoft.com/en-us/library/ie/ms524716(v=vs.90).aspx
- Response Object, , http://msdn.microsoft.com/en-us/library/ms525405(v=vs.90).aspx
- Request Object, , http://msdn.microsoft.com/en-us/library/ms524948(v=vs.90).aspx
- Server Object (IIS), , http://msdn.microsoft.com/en-us/library/ms525541(v=vs.90).aspx
- Application Object (IIS), , http://msdn.microsoft.com/en-us/library/ms525360(v=vs.90).aspx
- Session Object (IIS), , http://msdn.microsoft.com/en-us/library/ms524319(8v=vs.90).aspx
- ASPError Object, , http://msdn.microsoft.com/en-us/library/ms524942(v=vs.90).aspx
- ObjectContext Object (IIS), , http://msdn.microsoft.com/en-us/library/ms525667(v=vs.90).aspx
- Debugging Global.asa Files, , http://msdn.microsoft.com/en-us/library/aa291249(v=vs.71).aspx
- How to: Debug Global.asa files, , http://msdn.microsoft.com/en-us/library/ms241868(v=vs.80).aspx
- Calling COM Components from ASP Pages, , http://msdn.microsoft.com/en-us/library/ms524620(v=VS.90).aspx
- IIS ASP Scripting Reference, , http://msdn.microsoft.com/en-us/library/ms524664(v=vs.90).aspx
- ASP Keywords, , http://msdn.microsoft.com/en-us/library/ms524672(v=vs.90).aspx
- Creating Simple ASP Pages, , http://msdn.microsoft.com/en-us/library/ms524741(v=vs.90).aspx
- Including Files in ASP Applications, , http://msdn.microsoft.com/en-us/library/ms524876(v=vs.90).aspx
- ASP Overview, , http://msdn.microsoft.com/en-us/library/ms524929(v=vs.90).aspx
- FileSystemObject Object, , http://msdn.microsoft.com/en-us/library/z9ty6h50(v=vs.84).aspx
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms675944(v=vs.85).aspx, , ADO Object Model
- ADO Fundamentals, , http://msdn.microsoft.com/en-us/library/windows/desktop/ms680928(v=vs.85).aspx

|
 |