RegexRunner.CharInSet(Char, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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을(를) 반환합니다.
- 특성