Class HTMLCollection

Class HTMLCollection

Nazwa przestrzeń: Aspose.Svg.Collections Zgromadzenie: Aspose.SVG.dll (25.5.0)

Aspose.Svg.Collections.HTMLCollection reprezentuje ogólną kolekcję elementów aspiry.

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

Inheritance

object DOMObject HTMLCollection

Implements

INotifyPropertyChanged , IEnumerable , IEnumerable

Dziedziczeni członkowie

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

Constructors

Kolekcja HTML()

protected HTMLCollection()

Properties

Length

Liczba węzłów na liście.

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

Wartość nieruchomości

int

Tego[Int]

Jeśli indeks jest większy lub równy liczbie węzłów na liście, to zwraca się zero.

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

Wartość nieruchomości

Element

Methods

   ​  (strumień)

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

Parameters

name string

Returns

Element

GetEnumerator()

Znajduje się numerator.

public abstract IEnumerator<element> GetEnumerator()

Returns

IEnumerator • < Element >

Obiekt System.Collections.IEnumerator, który może być używany do iteracji poprzez kolekcję.

GetPlatformType()

Metoda ta jest używana do odzyskania obiektu ECMAScript System.Type.

public override Type GetPlatformType()

Returns

Type

Obiekt ECMAScript System.Typ.

Zobacz również

IEnumerable , IEnumerable , IDisposable

 Polski