Microsoft.VisualBasic Espacio de nombres
Contiene tipos que admiten el tiempo de ejecución de Visual Basic en Visual Basic. Contains types that support the Visual Basic Runtime in Visual Basic.
Clases
| Collection |
Una |
| ComClassAttribute |
El atributo |
| Constants |
El módulo |
| ControlChars |
El módulo |
| Conversion |
El módulo |
| DateAndTime |
El módulo |
| ErrObject |
El módulo |
| FileSystem |
El módulo |
| Financial |
El módulo |
| Globals |
El módulo |
| HideModuleNameAttribute |
El atributo |
| Information |
El módulo |
| Interaction |
El módulo |
| MyGroupCollectionAttribute |
Este atributo admite |
| Strings |
El módulo |
| VBCodeProvider |
Proporciona acceso a instancias del generador de código y del compilador de código de Visual Basic.Provides access to instances of the Visual Basic code generator and code compiler. |
| VBFixedArrayAttribute |
Indica que una matriz de una estructura o variable no local debe ser tratada como una matriz de longitud fija.Indicates that an array in a structure or non-local variable should be treated as a fixed-length array. |
| VBFixedStringAttribute |
Indica que una matriz debe ser tratada como si fuera de longitud fija.Indicates that a string should be treated as if it were fixed length. |
| VBMath |
El módulo |
Estructuras
| SpcInfo |
Esta clase admite las funciones |
| TabInfo |
Esta clase admite las funciones |
Enumeraciones
| AppWinStyle |
Indica el estilo de ventana que se va a utilizar para el programa invocado al llamar a la función |
| AudioPlayMode |
Indica cómo reproducir sonidos al llamar a los métodos de audio.Indicates how to play sounds when calling audio methods. |
| CallType |
Indica el tipo de procedimiento que se debe invocar al llamar a la función |
| CompareMethod |
Indica cómo comparar las cadenas cuando se llama a las funciones de comparación.Indicates how to compare strings when calling comparison functions. |
| DateFormat |
Indica cómo se muestran las fechas al llamar a la función |
| DateInterval |
Indica cómo determinar y dar formato a los intervalos de fecha al llamar a funciones relacionadas con fechas.Indicates how to determine and format date intervals when calling date-related functions. |
| DueDate |
Indica cuándo vencen los pagos al llamar a métodos financieros.Indicates when payments are due when calling financial methods. |
| FileAttribute |
Indica los atributos de archivo que se deben utilizar al llamar a las funciones de acceso a archivos.Indicates the file attributes to use when calling file-access functions. |
| FirstDayOfWeek |
Indica el primer día de la semana que se utiliza al llamar a funciones relacionadas con fechas.Indicates the first day of the week to use when calling date-related functions. |
| FirstWeekOfYear |
Indica la primera semana del año que se utiliza al llamar a funciones relacionadas con fechas.Indicates the first week of the year to use when calling date-related functions. |
| MsgBoxResult |
Indica qué botón se ha presionado en un cuadro de mensaje, devuelto por la función |
| MsgBoxStyle |
Indica qué botones se mostrarán cuando se llama a la función |
| OpenAccess |
Indica cómo abrir un archivo al llamar a funciones de acceso a archivos.Indicates how to open a file when calling file-access functions. |
| OpenMode |
Indica cómo abrir un archivo al llamar a funciones de acceso a archivos.Indicates how to open a file when calling file-access functions. |
| OpenShare |
Indica cómo abrir un archivo al llamar a funciones de acceso a archivos.Indicates how to open a file when calling file-access functions. |
| TriState |
Indica un valor booleano o si se debería utilizar el valor predeterminado a la hora de llamar a funciones de formato numérico.Indicates a Boolean value or whether the default should be used when calling number-formatting functions. |
| VariantType |
Indica el tipo de un objeto de variante, devuelto por la función |
| VbStrConv |
Indica qué tipo de conversión se realiza cuando se llama a la función |
Comentarios
Para obtener más información sobre los elementos del lenguaje en el tiempo de ejecución de Visual Basic, vea Referencia del lenguaje de Visual Basic.For more information about the language elements in the Visual Basic Runtime, see Visual Basic Language Reference.