다음을 통해 공유


GlobalObject.RegExp 속성

정의

RegExpConstructor 개체에 대한 참조를 가져옵니다.

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

public:
 static property Microsoft::JScript::RegExpConstructor ^ RegExp { Microsoft::JScript::RegExpConstructor ^ get(); };
public static Microsoft.JScript.RegExpConstructor RegExp { get; }
static member RegExp : Microsoft.JScript.RegExpConstructor
Public Shared ReadOnly Property RegExp As RegExpConstructor

속성 값

RegExpConstructor 개체에 대한 참조입니다.

적용 대상