JSObject.SetMemberValue2(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of a field that was dynamically added to the object and stored in field_table.
This API supports the product infrastructure and is not intended to be used directly from your code.
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)
Parameters
- name
- String
The name of the field for which to set the value.
- value
- Object
The new value of the field.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.