Convert.ToForInObject(Object, VsaEngine) Metodo

Definizione

Converte il valore specificato in un oggetto di tipo Object che rappresenta un insieme di oggetti AST.

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

public:
 static System::Object ^ ToForInObject(System::Object ^ value, Microsoft::JScript::Vsa::VsaEngine ^ engine);
public static object ToForInObject (object value, Microsoft.JScript.Vsa.VsaEngine engine);
static member ToForInObject : obj * Microsoft.JScript.Vsa.VsaEngine -> obj
Public Shared Function ToForInObject (value As Object, engine As VsaEngine) As Object

Parametri

value
Object

Valore da convertire.

engine
VsaEngine

Riferimento al motore di script.

Restituisce

value viene convertito in Object.

Si applica a