Regex.UseOptionC 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.
Attention
This API supports obsolete mechanisms for Regex extensibility. It is not supported.
True si l’option Compiled a été définie.
protected:
bool UseOptionC();
[System.Obsolete("This API supports obsolete mechanisms for Regex extensibility. It is not supported.", DiagnosticId="SYSLIB0052", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected bool UseOptionC();
protected bool UseOptionC();
[<System.Obsolete("This API supports obsolete mechanisms for Regex extensibility. It is not supported.", DiagnosticId="SYSLIB0052", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.UseOptionC : unit -> bool
member this.UseOptionC : unit -> bool
Protected Function UseOptionC () As Boolean
Retours
true si la propriété contient l’option OptionsCompiled ; sinon, false.
- Attributs