Condividi tramite


LenientGlobalObject.SyntaxError Proprietà

Definizione

Ottiene o imposta un oggetto basato su prototipo definito da un oggetto funzione costruttore ErrorConstructor e inizializzato come SyntaxError.

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

public:
 property System::Object ^ SyntaxError { System::Object ^ get(); void set(System::Object ^ value); };
public object SyntaxError { get; set; }
member this.SyntaxError : obj with get, set
Public Property SyntaxError As Object

Valore della proprietà

Oggetto ErrorConstructor.

Si applica a