DeploymentSkipDirectiveCollection Class

Definition

Provides a collection of DeploymentSkipDirective objects.

public ref class DeploymentSkipDirectiveCollection : System::Collections::Generic::ICollection<Microsoft::Web::Deployment::DeploymentSkipDirective ^>, System::Collections::Generic::IEnumerable<Microsoft::Web::Deployment::DeploymentSkipDirective ^>, System::Runtime::Serialization::ISerializable
[System.Serializable]
public class DeploymentSkipDirectiveCollection : System.Collections.Generic.ICollection<Microsoft.Web.Deployment.DeploymentSkipDirective>, System.Collections.Generic.IEnumerable<Microsoft.Web.Deployment.DeploymentSkipDirective>, System.Runtime.Serialization.ISerializable
type DeploymentSkipDirectiveCollection = class
    interface ICollection<DeploymentSkipDirective>
    interface seq<DeploymentSkipDirective>
    interface IEnumerable
    interface ISerializable
Public Class DeploymentSkipDirectiveCollection
Implements ICollection(Of DeploymentSkipDirective), IEnumerable(Of DeploymentSkipDirective), ISerializable
Inheritance
DeploymentSkipDirectiveCollection
Attributes
Implements

Constructors

DeploymentSkipDirectiveCollection(SerializationInfo, StreamingContext)

Properties

Count

Gets the number of DeploymentSkipDirective objects in the current collection.

IsReadOnly

Gets a value indicating whether the collection is read-only.

Methods

Add(DeploymentSkipDirective)

Adds the specified DeploymentSkipDirective instance to the current collection.

Add(String, String)

Adds a DeploymentSkipDirective object to the current collection.

Clear()

Removes all DeploymentSkipDirective objects

Contains(DeploymentSkipDirective)

Gets a value indicating whether the collection contains the specified skip directive.

CopyTo(DeploymentSkipDirective[], Int32)

Copies the skip directives from the current collection into the specified array, starting at the specified index.

GetEnumerator()

Gets an enumerator that can be used to iterate through the current collection.

GetObjectData(SerializationInfo, StreamingContext)

Fills the current collection with data from the supplied serialization information and context.

Remove(DeploymentSkipDirective)

Removes the specified skip directive from the current collection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to