다음을 통해 공유


GlobalObject.String 속성

정의

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

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

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

속성 값

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

적용 대상