DeploymentSerializationEventArgs Class

Definition

Defines an argument that is used in a deployment serialization event.

public ref class DeploymentSerializationEventArgs : Microsoft::Web::Deployment::DeploymentTraceEventArgs
public class DeploymentSerializationEventArgs : Microsoft.Web.Deployment.DeploymentTraceEventArgs
type DeploymentSerializationEventArgs = class
    inherit DeploymentTraceEventArgs
Public Class DeploymentSerializationEventArgs
Inherits DeploymentTraceEventArgs
Inheritance
DeploymentSerializationEventArgs
Derived

Constructors

DeploymentSerializationEventArgs(DeploymentSerializationAction, String, Object[])

Creates an instance of a DeploymentSerializationEventArgs object.

Properties

EventData

Gets a dictionary of data associated with the current event argument.

(Inherited from DeploymentTraceEventArgs)
EventLevel

Gets the trace level used by the current event argument.

(Inherited from DeploymentTraceEventArgs)
Message

Gets a message describing the current serialization operation.

SerializationAction

Gets the serialization operation this event represents.

Methods

AddEventData(String, Object)

Adds data to the current event argument.

(Inherited from DeploymentTraceEventArgs)
CollectEventData()

Collects the event data for the current trace event argument.

(Inherited from DeploymentTraceEventArgs)
CreateNavigator()

Creates an XPathNavigator for the current event argument.

(Inherited from DeploymentTraceEventArgs)

Applies to