RestoreLocationCollection 類別

定義

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

[System.Runtime.InteropServices.Guid("240E340B-D20B-4d44-B3A1-B4CD22BAA938")]
public sealed class RestoreLocationCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("240E340B-D20B-4d44-B3A1-B4CD22BAA938")>]
type RestoreLocationCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class RestoreLocationCollection
Implements IList
繼承
RestoreLocationCollection
屬性
實作

建構函式

RestoreLocationCollection()

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

屬性

Count

取得集合所包含的項目數目。

Item[Int32]

取得或設定指定索引處的 RestoreLocation 項目。

方法

Add(RestoreLocation)

將指定的 RestoreLocation 新增至集合的結尾。

AddRange(ICollection)

將指定項目集新增至集合結尾。

Clear()

移除集合的所有項目。

Contains(RestoreLocation)

判斷指定的 RestoreLocation 是否存在於集合中。

CopyTo(Array, Int32)

從特定的陣列索引開始,將集合元素複製到陣列。

IndexOf(RestoreLocation)

搜尋指定的 RestoreLocation,並傳回在集合內其以零為基底的索引。

Insert(Int32, RestoreLocation)

將指定的 RestoreLocation 插入集合中指定的索引位置。

Remove(RestoreLocation)

從此集合移除指定的 RestoreLocation

RemoveAt(Int32)

在指定的索引位置移除 RestoreLocation

明確介面實作

ICollection.IsSynchronized

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

ICollection.SyncRoot

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

IEnumerable.GetEnumerator()

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

IList.Add(Object)

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

IList.Contains(Object)

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

IList.IndexOf(Object)

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

IList.Insert(Int32, Object)

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

IList.IsFixedSize

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

IList.IsReadOnly

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

IList.Item[Int32]

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

IList.Remove(Object)

表示 RestoreLocation 物件的集合。 此類別無法獲得繼承。

適用於