DeploymentTraceEventArgs Class
IIS 7.0
Provides the base class for arguments that are used in deployment trace events.
System..::..Object
System..::..EventArgs
Microsoft.Web.Deployment..::..DeploymentTraceEventArgs
Microsoft.Web.Deployment..::..DependencyCheckTraceEventArgs
Microsoft.Web.Deployment..::..DeploymentObjectChangedEventArgs
Microsoft.Web.Deployment..::..DeploymentSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentSyncParameterEventArgs
System..::..EventArgs
Microsoft.Web.Deployment..::..DeploymentTraceEventArgs
Microsoft.Web.Deployment..::..DependencyCheckTraceEventArgs
Microsoft.Web.Deployment..::..DeploymentObjectChangedEventArgs
Microsoft.Web.Deployment..::..DeploymentSerializationEventArgs
Microsoft.Web.Deployment..::..DeploymentSyncParameterEventArgs
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentTraceEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentTraceEventArgs | Creates an instance of event arguments with the specified trace level. |
| Name | Description | |
|---|---|---|
![]() | EventData | Gets a dictionary of data associated with the current event argument. |
![]() | EventLevel | Gets the trace level used by the current event argument. |
![]() | Message | Gets the message associated with the current event argument. |
| Name | Description | |
|---|---|---|
![]() | AddEventData | Adds data to the current event argument. |
![]() | CollectEventData | Collects the event data for the current trace event argument. |
![]() | CreateNavigator | Creates an XPathNavigator for the current event argument. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
