Lenguaje

Regex.UseOptionR Método

Definición

Precaución

This API supports obsolete mechanisms for Regex extensibility. It is not supported.

True si se estableció la RightToLeft opción.

protected:
 bool UseOptionR();
protected public:
 bool UseOptionR();
[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 UseOptionR();
protected internal bool UseOptionR();
protected bool UseOptionR();
[<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.UseOptionR : unit -> bool
member this.UseOptionR : unit -> bool
Protected Function UseOptionR () As Boolean
Protected Friend Function UseOptionR () As Boolean

Devoluciones

true es si la Options propiedad contiene la RightToLeft opción ; de lo contrario, falsees .

Atributos

Se aplica a