Class HTMLCollection

Class HTMLCollection

名称: Aspose.Svg.Collections 會議: Aspose.SVG.dll (25.5.0)

Aspose.Svg.Collections.HTMLCollection 代表了一种基因集合的 Asposa.Dom.Element。

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

Inheritance

object DOMObject HTMLCollection

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

HTML 收藏()

protected HTMLCollection()

Properties

Length

列表中的节点数量。

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

财产价值

int

这个[因特]

如果指数大于或等于列表中的节点数量,则将返回零。

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

财产价值

Element

Methods

   ​  (线条)

[DOMNullable]
[DOMName("namedItem")]
public Element      (string name)

Parameters

name string

Returns

Element

GetEnumerator()

接到列表。

public abstract IEnumerator<element> GetEnumerator()

Returns

IEnumerator < Element >

一个 System.Collections.IEnumerator 对象,可以用来通过收藏进行 iterate。

GetPlatformType()

此方法用于获取 ECMAScript 对象 System.Type。

public override Type GetPlatformType()

Returns

Type

ECMAScript 对象 System.Type。

看也

IEnumerable , IEnumerable , IDisposable

 中文