Class OptionCollection

Class OptionCollection

İsim alanı : Aspose.Html.Forms Görüntüleme: Aspose.HTML.dll (25.4.0)

OptionElements, IHTMLOptionsCollection ile ilişkili bir kaplama temsil eder.

[ComVisible(true)]
public class OptionCollection : IEnumerable<optionelement>, IEnumerable

Inheritance

object OptionCollection

Implements

IEnumerable , IEnumerable

mirasçı üyeleri

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

Properties

Count

Listedeki seçenek sayısı.

public int Count { get; }

Mülkiyet Değer

int

bu[int ile]

Aspose.Html.Forms.OptionElement’i belirtilen endekste alır.

public OptionElement this[int index] { get; }

Mülkiyet Değer

OptionElement

Methods

Add()

Yeni seçenek ekleyin.

public OptionElement Add()

Returns

OptionElement

OptionElement tarafından oluşturulan geri dönüş.

GetEnumerator()

Koleksiyon yoluyla iterasyon yapan bir listelemeyi geri getirir.

public IEnumerator<optionelement> GetEnumerator()

Returns

IEnumerator &lt için; OptionElement >

Opsiyon Elemanları Listesi Geri Dönüyor

Remove(OptionElement)

Listeden seçeneği kaldırın.

public void Remove(OptionElement option)

Parameters

option OptionElement

OptionElement için.

 Türkçe