DeploymentFileSerializationEventArgs Class

IIS 7.0

Provides an event argument for file serialization events.

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

public ref class DeploymentFileSerializationEventArgs : public DeploymentSerializationEventArgs

The DeploymentFileSerializationEventArgs type exposes the following members.

  NameDescription
Public methodDeploymentFileSerializationEventArgsCreates an instance of a DeploymentFileSerializationEventArgs object.
Top

  NameDescription
Public propertyCurrentFileGets the index of the file that this event argument represents.
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 number of files being serialized by a deployment operation.
Public propertyFileNameGets the name of the file being serialized.
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: