Partager via


SyntaxFacts.IsIdentifierStartCharacter(Char) Méthode

Définition

Détermine si le caractère Unicode peut être le caractère de départ d’un identificateur Visual Basic.

public:
 static bool IsIdentifierStartCharacter(char c);
public static bool IsIdentifierStartCharacter (char c);
static member IsIdentifierStartCharacter : char -> bool
Public Shared Function IsIdentifierStartCharacter (c As Char) As Boolean

Paramètres

c
Char

Caractère Unicode.

Retours

Valeur booléenne définie sur True si le caractère peut faire partie d’un caractère de début valide dans un identificateur.

S’applique à