ee.Feature.set
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ลบล้างพร็อพเพอร์ตี้ข้อมูลเมตาอย่างน้อย 1 รายการขององค์ประกอบ
แสดงผลองค์ประกอบที่มีการลบล้างพร็อพเพอร์ตี้ที่ระบุ
การใช้งาน | การคืนสินค้า |
---|
Feature.set(var_args) | องค์ประกอบ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ element | องค์ประกอบ | อินสแตนซ์ขององค์ประกอบ |
var_args | VarArgs<Object> | พจนานุกรมของพร็อพเพอร์ตี้ หรือลำดับ vararg ของพร็อพเพอร์ตี้ เช่น key1, value1, key2, value2, ... |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003e\u003ccode\u003eFeature.set()\u003c/code\u003e allows modification of one or more metadata properties of an Element.\u003c/p\u003e\n"],["\u003cp\u003eIt returns a new Element with the specified properties overridden, leaving the original Element unchanged.\u003c/p\u003e\n"],["\u003cp\u003eYou can provide properties using either a dictionary or a vararg sequence of key-value pairs.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.set\n\n\u003cbr /\u003e\n\nOverrides one or more metadata properties of an Element.\n\n\u003cbr /\u003e\n\nReturns the element with the specified properties overridden.\n\n| Usage | Returns |\n|-------------------------|---------|\n| Feature.set`(var_args)` | Element |\n\n| Argument | Type | Details |\n|-----------------|-------------------|-------------------------------------------------------------------------------------------------------------|\n| this: `element` | Element | The Element instance. |\n| `var_args` | VarArgs\\\u003cObject\\\u003e | Either a dictionary of properties, or a vararg sequence of properties, e.g. key1, value1, key2, value2, ... |"]]