Class OptionCollection

Class OptionCollection

名称: Aspose.Html.Forms セットアップ: Aspose.HTML.dll (25.4.0)

オプションエレメントは、IHTMLOptionsコレクションと関連付けられているウラッパーを表しています。

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

Inheritance

object OptionCollection

Implements

IEnumerable , IEnumerable

相続人

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

Properties

Count

リスト内のオプションの数

public int Count { get; }

不動産価値

int

この[インタ]

指定インデックスに Aspose.Html.Forms.OptionElement を入力します。

public OptionElement this[int index] { get; }

不動産価値

OptionElement

Methods

Add()

新しいオプションを追加

public OptionElement Add()

Returns

OptionElement

オプションエレメントを作成しました。

GetEnumerator()

コレクションを通じてイーテラするリストを返します。

public IEnumerator<optionelement> GetEnumerator()

Returns

IEnumerator < OptionElement >

オプション要素のリストを返す

Remove(OptionElement)

リストからオプションを削除します。

public void Remove(OptionElement option)

Parameters

option OptionElement

オプション要素です。

 日本語