RegexRunner.CharInSet(Char, String, String) 메서드

정의

주의

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

지정된 문자가 지정된 문자 집합 및 범주에 있는지 여부를 확인합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 static bool CharInSet(char ch, System::String ^ set, System::String ^ category);
[System.Obsolete("This API supports obsolete mechanisms for Regex extensibility. It is not supported.", DiagnosticId="SYSLIB0052", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected static bool CharInSet(char ch, string set, string category);
protected static bool CharInSet(char ch, string set, string category);
[<System.Obsolete("This API supports obsolete mechanisms for Regex extensibility. It is not supported.", DiagnosticId="SYSLIB0052", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
static member CharInSet : char * string * string -> bool
static member CharInSet : char * string * string -> bool
Protected Shared Function CharInSet (ch As Char, set As String, category As String) As Boolean

매개 변수

ch
Char

문자입니다.

set
String

문자 집합입니다.

category
String

문자 범주입니다.

반품

Boolean을(를) 반환합니다.

특성

적용 대상