다음을 통해 공유


GlobalObject.ActiveXObject 속성

정의

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

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

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

속성 값

ActiveXObjectConstructor

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

적용 대상