Regex.UseOptionR 메서드

정의

주의

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

CompileToAssembly 메서드에서 생성되는 Regex 개체에서 사용됩니다.

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

반환

Options 속성에 RightToLeft 옵션이 포함되어 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상