Class HTMLCollection

Class HTMLCollection

Pôvodný názov: Aspose.Svg.Collections Zhromaždenie: Aspose.SVG.dll (25.5.0)

Spoločnosť Aspose.Svg.Collections.HTMLCollection predstavuje generickú zbierku asposa.svga.Dom.Element.

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

Inheritance

object DOMObject HTMLCollection

Implements

INotifyPropertyChanged , IEnumerable , IEnumerable

Z dedičných členov

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

Constructors

HTML kolekcia()

protected HTMLCollection()

Properties

Length

Počet uzlín v zozname.

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

Hodnota nehnuteľnosti

int

Toto[int]

Ak je index väčší alebo rovná sa počtu uzlín v zozname, vráti sa nula.

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

Hodnota nehnuteľnosti

Element

Methods

   ​  (Stretnutie)

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

Parameters

name string

Returns

Element

GetEnumerator()

Vezmite si zoznam.

public abstract IEnumerator<element> GetEnumerator()

Returns

IEnumerator < Element >

Objekt System.Collections.IEnumerator, ktorý môže byť použitý na iteráciu prostredníctvom zbierky.

GetPlatformType()

Táto metóda sa používa na získanie objektov ECMAScript System.Type.

public override Type GetPlatformType()

Returns

Type

Objekt ECMAScript System.Type.

Pozri tiež

IEnumerable , IEnumerable , IDisposable

 Slovenčina