DeploymentAddAttributeContext Class
IIS 7.0
Provides a method that is used to add attributes in the context of a deployment provider.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentAddAttributeContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add | Adds a deployment attribute data object to the current object. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetObjectException | Specifies the deployment exception for the current object. |
![]() | ToString | (Inherited from Object.) |
An instance of this class is accepted by the GetAttributes method of a DeploymentObjectProvider subclass. The deployment object provider can then set attributes within that context.
Show:
