DeploymentSkipDirectiveCollection Class

IIS 7.0

Provides a collection of DeploymentSkipDirective objects.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentSkipDirectiveCollection

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

[SerializableAttribute]
public ref class DeploymentSkipDirectiveCollection : ICollection<DeploymentSkipDirective^>, 
	IEnumerable<DeploymentSkipDirective^>, IEnumerable, ISerializable

The DeploymentSkipDirectiveCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of DeploymentSkipDirective objects in the current collection.
Public propertyIsReadOnlyGets a value indicating whether the collection is read-only.
Top

  NameDescription
Public methodAdd(DeploymentSkipDirective)Adds the specified DeploymentSkipDirective instance to the current collection.
Public methodAdd(String, String)Adds a DeploymentSkipDirective object to the current collection.
Public methodClearRemoves all DeploymentSkipDirective objects
Public methodContainsGets a value indicating whether the collection contains the specified skip directive.
Public methodCopyToCopies the skip directives from the current collection into the specified array, starting at the specified index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorGets an enumerator that can be used to iterate through the current collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectDataFills the current collection with data from the supplied serialization information and context.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRemoves the specified skip directive from the current collection.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: