LenientGlobalObject.Function Proprietà

Definizione

Ottiene o imposta un oggetto basato su prototipo definito da un oggetto funzione costruttore FunctionConstructor.

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

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

Valore della proprietà

Object

Un oggetto FunctionConstructor.

Si applica a