Interface INonElementParentNode

Interface INonElementParentNode

ชื่อพื้นที่: Aspose.Html.Dom การประกอบ: Aspose.HTML.dll (25.4.0)

กําหนด Aspose.Html.Dom.IParentNode ที่ไม่ได้เป็นประเภทองค์ประกอบ

[ComVisible(true)]
[DOMNoInterfaceObject]
public interface INonElementParentNode

Methods

GetElementById(รั้ว)

กลับองค์ประกอบแรกภายในลูกค้าระดับซึ่ง ID เป็น ElementId

[DOMName("getElementById")]
[DOMNullable]
Element GetElementById(string elementId)

Parameters

elementId string

องค์ประกอบการระบุ

Returns

Element

กลับองค์ประกอบที่สอดคล้องแรก

 แบบไทย