Share via


ScriptObject.UnderlyingSystemType 属性

定义

获取脚本对象的类型。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual property Type ^ UnderlyingSystemType { Type ^ get(); };
public virtual Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public Overridable ReadOnly Property UnderlyingSystemType As Type

属性值

脚本对象的类型。

实现

适用于

另请参阅