AlgorithmParameterCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。
[System.Runtime.InteropServices.Guid("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")]
public sealed class AlgorithmParameterCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("8FDB2E6F-E045-45a8-8587-D3D491FF2E22")>]
type AlgorithmParameterCollection = class
interface IList
interface ICollection
interface IEnumerable
Public NotInheritable Class AlgorithmParameterCollection
Implements IList
- 繼承
-
AlgorithmParameterCollection
- 屬性
- 實作
建構函式
AlgorithmParameterCollection() |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
屬性
Count |
取得集合所包含的項目數目。 |
Item[Int32] |
取得指定索引處的 AlgorithmParameter 項目。 |
Item[String] |
取得具有指定名稱的 AlgorithmParameter 項目。 |
方法
Add(AlgorithmParameter) |
將指定的 AlgorithmParameter 新增至集合的結尾。 |
Add(String, Object) |
使用提供的名稱和值,建立新的 AlgorithmParameter 物件,然後將其新增至集合,並傳回新建立的 AlgorithmParameter 物件。 |
Clear() |
移除集合的所有項目。 |
Contains(AlgorithmParameter) |
判斷指定的 AlgorithmParameter 是否存在於集合中。 |
Contains(String) |
判斷具有指定名稱的 AlgorithmParameter 是否存在於集合中。 |
CopyTo(AlgorithmParameterCollection) |
將項目從這個集合複製到另一個集合。 |
CopyTo(Array, Int32) |
從特定的陣列索引開始,將集合元素複製到陣列。 |
Find(String) |
搜尋具有指定名稱的 AlgorithmParameter,並傳回它。 |
IndexOf(AlgorithmParameter) |
搜尋指定的 AlgorithmParameter,並傳回在集合內其以零為基底的索引。 |
IndexOf(String) |
搜尋具有指定名稱的指定 AlgorithmParameter,並傳回其在集合中以零起始的索引。 |
Insert(Int32, AlgorithmParameter) |
將指定的 AlgorithmParameter 插入集合中指定的索引位置。 |
Insert(Int32, String, Object) |
使用提供的名稱和值,建立新的 AlgorithmParameter 物件,然後將其新增至集合中指定的索引處,並傳回新建立的 AlgorithmParameter 物件。 |
Remove(AlgorithmParameter) |
從此集合移除指定的 AlgorithmParameter。 |
Remove(String) |
從此集合中移除具有指定名稱的 AlgorithmParameter。 |
RemoveAt(Int32) |
在指定的索引位置移除 AlgorithmParameter。 |
明確介面實作
ICollection.IsSynchronized |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
ICollection.SyncRoot |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
IEnumerable.GetEnumerator() |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
IList.Add(Object) |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
IList.Contains(Object) |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
IList.IndexOf(Object) |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
IList.Insert(Int32, Object) |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
IList.IsFixedSize |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
IList.IsReadOnly |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
IList.Item[Int32] |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |
IList.Remove(Object) |
表示 AlgorithmParameter 物件的集合。 此類別無法獲得繼承。 |