DeploymentPackageSerializationEventArgs Class

Definition

Provides properties that define an argument for a package serialization event.

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

Constructors

DeploymentPackageSerializationEventArgs(Int32, Int32, String)

Creates in instance of a DeploymentPackageSerializationEventArgs object.

Properties

CurrentFile

Gets the current file number in relation to the total file count.

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 file count.

FileName

Get the name of the file.

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