DeploymentPackageSerializationEventArgs Class

IIS 7.0

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

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentPackageSerializationEventArgs : public DeploymentSerializationEventArgs

The DeploymentPackageSerializationEventArgs type exposes the following members.

  NameDescription
Public methodDeploymentPackageSerializationEventArgsCreates in instance of a DeploymentPackageSerializationEventArgs object.
Top

  NameDescription
Public propertyCurrentFileGets the current file number in relation to the total file count.
Public propertyEventDataGets a dictionary of data associated with the current event argument. (Inherited from DeploymentTraceEventArgs.)
Public propertyEventLevelGets the trace level used by the current event argument. (Inherited from DeploymentTraceEventArgs.)
Public propertyFileCountGets the total file count.
Public propertyFileNameGet the name of the file.
Public propertyMessageGets a message describing the current serialization operation. (Inherited from DeploymentSerializationEventArgs.)
Public propertySerializationActionGets the serialization operation this event represents. (Inherited from DeploymentSerializationEventArgs.)
Top

  NameDescription
Protected methodAddEventDataAdds data to the current event argument. (Inherited from DeploymentTraceEventArgs.)
Protected methodCollectEventDataCollects the event data for the current trace event argument. (Inherited from DeploymentTraceEventArgs.)
Public methodCreateNavigatorCreates an XPathNavigator for the current event argument. (Inherited from DeploymentTraceEventArgs.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: