TaskDialogRadioButtonCollection 类

定义

表示 TaskDialogRadioButton 对象集合。

public ref class TaskDialogRadioButtonCollection : System::Collections::ObjectModel::Collection<System::Windows::Forms::TaskDialogRadioButton ^>
public class TaskDialogRadioButtonCollection : System.Collections.ObjectModel.Collection<System.Windows.Forms.TaskDialogRadioButton>
type TaskDialogRadioButtonCollection = class
    inherit Collection<TaskDialogRadioButton>
Public Class TaskDialogRadioButtonCollection
Inherits Collection(Of TaskDialogRadioButton)
继承
TaskDialogRadioButtonCollection

构造函数

TaskDialogRadioButtonCollection()

初始化 TaskDialogRadioButtonCollection 类的新实例。

属性

Count

获取 Collection<T> 中实际包含的元素数。

(继承自 Collection<T>)
Item[Int32]

获取或设置指定索引处的元素。

(继承自 Collection<T>)
Items

获取 IList<T> 周围的 Collection<T> 包装。

(继承自 Collection<T>)

方法

Add(String)

创建 TaskDialogRadioButton 并将其添加到集合。

Add(T)

将对象添加到 Collection<T> 的结尾处。

(继承自 Collection<T>)
Clear()

Collection<T> 中移除所有元素。

(继承自 Collection<T>)
ClearItems()
Contains(T)

确定某元素是否在 Collection<T> 中。

(继承自 Collection<T>)
CopyTo(T[], Int32)

从目标数组的指定索引处开始将整个 Collection<T> 复制到兼容的一维 Array

(继承自 Collection<T>)
Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetEnumerator()

返回循环访问 Collection<T> 的枚举数。

(继承自 Collection<T>)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
IndexOf(T)

搜索指定的对象,并返回整个 Collection<T> 中第一个匹配项的从零开始的索引。

(继承自 Collection<T>)
Insert(Int32, T)

将元素插入 Collection<T> 的指定索引处。

(继承自 Collection<T>)
InsertItem(Int32, T)

将元素插入 Collection<T> 的指定索引处。

(继承自 Collection<T>)
InsertItem(Int32, TaskDialogRadioButton)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Remove(T)

Collection<T> 中移除特定对象的第一个匹配项。

(继承自 Collection<T>)
RemoveAt(Int32)

移除 Collection<T> 的指定索引处的元素。

(继承自 Collection<T>)
RemoveItem(Int32)
SetItem(Int32, T)

替换指定索引处的元素。

(继承自 Collection<T>)
SetItem(Int32, TaskDialogRadioButton)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于