Convert.ToForInObject(Object, VsaEngine) Metodo

Definizione

Converte il valore specificato in un oggetto Object che rappresenta una raccolta di AST oggetti .

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 scripting.

Valori restituiti

value convertito in un oggetto Object.

Si applica a