Class HTMLCollection
ja nimityö: Aspose.Svg.Collections Kokous: Aspose.SVG.dll (25.5.0)
Aspose.Svg.Collections.HTMLCollection edustaa yleistä kokoelmaa, joka sisältää aspos.svG.Dom.Element.
[DOMObject]
[ComVisible(true)]
[DOMName("HTMLCollection")]
public abstract class HTMLCollection : DOMObject, INotifyPropertyChanged, IEnumerable<element>, IEnumerable
Inheritance
object ← DOMObject ← HTMLCollection
Implements
INotifyPropertyChanged
,
IEnumerable
Perintöjäsenet
DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
HTMLKokoelma()
protected HTMLCollection()
Properties
Length
luettelossa olevien ytimien määrä.
[DOMName("length")]
public abstract int Length { get; }
Omistuksen arvo
Tämä[Sisältää]
Jos indeksi on suurempi tai sama kuin luettelossa olevien sarakkeiden määrä, se palauttaa nollan.
[DOMName("item")]
public abstract Element this[int index] { get; }
Omistuksen arvo
Methods
(String)
[DOMNullable]
[DOMName("namedItem")]
public Element (string name)
Parameters
name
string
Returns
GetEnumerator()
Valitse luettelo.
public abstract IEnumerator<element> GetEnumerator()
Returns
IEnumerator < Element >
System.Collections.IEnumerator esine, jota voidaan käyttää iterata kokoelman kautta.
GetPlatformType()
Tätä menetelmää käytetään ECMAScript Object System.Type.
public override Type GetPlatformType()
Returns
ECMAScript -objekti on System.Type.