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 对象集合。 此类不能被继承。

适用于