DeploymentAddAttributeContext Class

Definition

Provides a method that is used to add attributes in the context of a deployment provider.

public ref class DeploymentAddAttributeContext
public class DeploymentAddAttributeContext
type DeploymentAddAttributeContext = class
Public Class DeploymentAddAttributeContext
Inheritance
DeploymentAddAttributeContext

Remarks

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.

Methods

Add(DeploymentObjectAttributeData)

Adds a deployment attribute data object to the current object.

SetObjectException(DeploymentException)

Specifies the deployment exception for the current object.

Applies to