DeploymentSkipDirectiveCollection Class
IIS 7.0
Provides a collection of DeploymentSkipDirective objects.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentSkipDirectiveCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of DeploymentSkipDirective objects in the current collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
| Name | Description | |
|---|---|---|
![]() | 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 | Gets a value indicating whether the collection contains the specified skip directive. |
![]() | CopyTo | Copies the skip directives from the current collection into the specified array, starting at the specified index. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Gets an enumerator that can be used to iterate through the current collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Fills the current collection with data from the supplied serialization information and context. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes the specified skip directive from the current collection. |
![]() | ToString | (Inherited from Object.) |
Show:
