RestoreFolderCollection Class

Definition

Represents a collection of RestoreFolder objects. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("2B6F1632-9B68-4f78-B56E-1E359681ABEF")]
public sealed class RestoreFolderCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("2B6F1632-9B68-4f78-B56E-1E359681ABEF")>]
type RestoreFolderCollection = class
    interface IList
    interface ICollection
    interface IEnumerable
Public NotInheritable Class RestoreFolderCollection
Implements IList
Inheritance
RestoreFolderCollection
Attributes
Implements

Constructors

RestoreFolderCollection()

Properties

Count

Gets the number of elements contained in the collection.

Item[Int32]

Gets or sets the RestoreFolder element at the specified index.

Methods

Add(RestoreFolder)

Adds the specified RestoreFolder to the end of the collection.

AddRange(ICollection)

Adds the set of specified elements to the end of the collection.

Clear()

Removes all items from the collection.

Contains(RestoreFolder)

Determines whether the specified RestoreFolder exists in the collection.

CopyTo(Array, Int32)

Copies the elements of the collection to an Array, starting at a particular Array index.

IndexOf(RestoreFolder)

Searches for the specified RestoreFolder and returns its zero-based index within the collection.

Insert(Int32, RestoreFolder)

Inserts the specified RestoreFolder to the collection at the specified index.

Remove(RestoreFolder)

Removes the specified RestoreFolder from this collection.

RemoveAt(Int32)

Removes the RestoreFolder at the specified index.

Explicit Interface Implementations

ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()
IList.Add(Object)
IList.Contains(Object)
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.IsFixedSize
IList.IsReadOnly
IList.Item[Int32]
IList.Remove(Object)

Applies to