Regex.InitializeReferences 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.
Utilisé par un Regex objet généré par la CompileToAssembly(RegexCompilationInfo[], AssemblyName) méthode. Cette méthode est obsolète.
protected:
void InitializeReferences();
[System.Obsolete("This API supports obsolete mechanisms for Regex extensibility. It is not supported.", DiagnosticId="SYSLIB0052", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected void InitializeReferences();
protected void InitializeReferences();
[<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.InitializeReferences : unit -> unit
member this.InitializeReferences : unit -> unit
Protected Sub InitializeReferences ()
- Attributs
Exceptions
Les références ont déjà été initialisées.