Class HTMLCollection
Nombre del espacio: Aspose.Svg.Collections Asamblea: Aspose.SVG.dll (25.5.0)
El Aspose.Svg.Collections.HTMLCollection representa una colección genérica de Asposa.Dom.Elemento.
[DOMObject]
[ComVisible(true)]
[DOMName("HTMLCollection")]
public abstract class HTMLCollection : DOMObject, INotifyPropertyChanged, IEnumerable<element>, IEnumerable
Inheritance
object ← DOMObject ← HTMLCollection
Implements
INotifyPropertyChanged
,y,
IEnumerable
Miembros heredados
DOMObject.GetPlatformType() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
Colección HTML()
protected HTMLCollection()
Properties
Length
El número de nódulos en la lista.
[DOMName("length")]
public abstract int Length { get; }
Valor de la propiedad
Este[Int]
Si el índice es mayor o igual al número de nódulos en la lista, esto devuelve cero.
[DOMName("item")]
public abstract Element this[int index] { get; }
Valor de la propiedad
Methods
(El string)
[DOMNullable]
[DOMName("namedItem")]
public Element (string name)
Parameters
name
string
Returns
GetEnumerator()
Obtenga el enumerador.
public abstract IEnumerator<element> GetEnumerator()
Returns
IEnumerator &ylt; Element >
Un objeto System.Collections.IEnumerator que se puede utilizar para iterar a través de la colección.
GetPlatformType()
Este método se utiliza para recuperar el objeto ECMAScript System.Type.
public override Type GetPlatformType()
Returns
El objeto ECMAScript System.Type.