JSObject.SetMemberValue2(String, Object) Metodo

Definizione

Imposta il valore di un campo aggiunto in modo dinamico all'oggetto e archiviato in field_table.

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

public:
 void SetMemberValue2(System::String ^ name, System::Object ^ value);
public void SetMemberValue2 (string name, object value);
member this.SetMemberValue2 : string * obj -> unit
Public Sub SetMemberValue2 (name As String, value As Object)

Parametri

name
String

Nome del campo per il quale impostare il valore.

value
Object

Nuovo valore del campo.

Si applica a

Vedi anche