DeploymentFileSerializationEventArgs Class

Definition

Provides an event argument for file serialization events.

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

Constructors

DeploymentFileSerializationEventArgs(Int32, Int32, String)

Creates an instance of a DeploymentFileSerializationEventArgs object.

Properties

CurrentFile

Gets the index of the file that this event argument represents.

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)
FileCount

Gets the total number of files being serialized by a deployment operation.

FileName

Gets the name of the file being serialized.

Message

Gets a message describing the current serialization operation.

(Inherited from DeploymentSerializationEventArgs)
SerializationAction

Gets the serialization operation this event represents.

(Inherited from DeploymentSerializationEventArgs)

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