VBCodeParser.Optional(VBKeyword) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Détermine si le mot clé du code est facultatif.
protected bool Optional(System.Web.Razor.Tokenizer.Symbols.VBKeyword keyword);
override this.Optional : System.Web.Razor.Tokenizer.Symbols.VBKeyword -> bool
Protected Function Optional (keyword As VBKeyword) As Boolean
Paramètres
- keyword
- VBKeyword
Le mot-clé.
Retours
true si la mot clé du code est facultative ; sinon, false.