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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา