ScriptObject.UnderlyingSystemType Propiedad

Definición

Obtiene el tipo del objeto de script.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Valor de propiedad

Tipo del objeto de script.

Implementaciones

Se aplica a

Consulte también