ScriptObject.UnderlyingSystemType Proprietà

Definizione

Ottiene il tipo dell'oggetto script.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Valore della proprietà

Tipo dell'oggetto script.

Implementazioni

Si applica a

Vedi anche