Partager via


TypeCharacter Énumération

Définition

Représente l’un des caractères de type ou suffixes littéral de VB. Utilisé pour décrire a) les suffixes de caractères de type qui peuvent être placés sur les identificateurs, et b) les suffixes qui peuvent être placés sur des littéraux entiers.

public enum class TypeCharacter
public enum TypeCharacter
type TypeCharacter = 
Public Enum TypeCharacter
Héritage
TypeCharacter

Champs

Decimal 3

Caractère de type « @ ».

DecimalLiteral 15

Suffixe littéral « D » indiquant « Décimal »

Double 5

Caractère de type « # ».

DoubleLiteral 14

Suffixe littéral « R » indiquant « Double »

Integer 1

Caractère de type « % ».

IntegerLiteral 9

Suffixe littéral « I » indiquant « Integer »

Long 2

Caractère de type « & ».

LongLiteral 11

Suffixe littéral « L » indiquant « Long »

None 0
ShortLiteral 7

Suffixe littéral « S » désignant « Short »

Single 4

Caractère de type « ! ».

SingleLiteral 13

Suffixe littéral « F » indiquant « Single »

String 6

Caractère de type « $ ».

UIntegerLiteral 10

Suffixe littéral « UI » indiquant « UInteger »

ULongLiteral 12

Suffixe littéral « UL » indiquant « ULong »

UShortLiteral 8

Suffixe littéral « US » indiquant « UShort »

S’applique à