BooleanObject(ScriptObject, Type) Costruttore

Definizione

Inizializza una nuova istanza della classe BooleanObject, specificando l'elemento padre e il sottotipo.

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

protected:
 BooleanObject(Microsoft::JScript::ScriptObject ^ prototype, Type ^ subType);
protected BooleanObject (Microsoft.JScript.ScriptObject prototype, Type subType);
new Microsoft.JScript.BooleanObject : Microsoft.JScript.ScriptObject * Type -> Microsoft.JScript.BooleanObject
Protected Sub New (prototype As ScriptObject, subType As Type)

Parametri

prototype
ScriptObject

Elemento padre dell'oggetto.

subType
Type

Sottotipo dell'oggetto.

Si applica a

Vedi anche