Class NodeList

Class NodeList

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

NodeList ให้การสกัดของคอลเลกชันคอลเลกชันที่กําหนดโดยไม่ต้องกําหนดหรือ จํากัด วิธีการดําเนินการของคอลเลกชันนี้

[DOMObject]
[DOMName("NodeList")]
[ComVisible(true)]
public abstract class NodeList : DOMObject, INotifyPropertyChanged, IEnumerable<node>, IEnumerable

Inheritance

object DOMObject NodeList

Implements

INotifyPropertyChanged , IEnumerable , IEnumerable

อนุญาโตตุลาการ

DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

NodeList()

protected NodeList()

Properties

Length

จํานวน nodes ในรายการ

[DOMName("length")]
public abstract int Length { get; }

คุณสมบัติมูลค่า

int

นี่[int]

Method returns the indexth item in the collection If index is greater than or equal to the number of nodes in the list, นี้ returns null.

[DOMName("item")]
public abstract Node this[int index] { get; }

คุณสมบัติมูลค่า

Node

Methods

GetEnumerator()

กลับตัวเลขที่ยึดผ่านการเก็บรวบรวม

public abstract IEnumerator<node> GetEnumerator()

Returns

IEnumerator < Node >

A System.Collections.Generic.IEnumerator`1 ซึ่งสามารถใช้ในการ iterate ผ่านการเก็บรวบรวม

GetPlatformType()

วิธีการนี้จะใช้ในการรับ ECMAScript object System.Type

public override Type GetPlatformType()

Returns

Type

วัตถุ ECMAScript System.type

 แบบไทย