DeploymentFileSerializationEventArgs 类

定义

为文件序列化事件提供事件参数。

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
继承

构造函数

DeploymentFileSerializationEventArgs(Int32, Int32, String)

创建 DeploymentFileSerializationEventArgs 对象的实例。

属性

CurrentFile

获取此事件参数表示的文件的索引。

EventData

获取与当前事件参数关联的数据的字典。

(继承自 DeploymentTraceEventArgs)
EventLevel

获取当前事件参数使用的跟踪级别。

(继承自 DeploymentTraceEventArgs)
FileCount

获取由部署操作序列化的文件总数。

FileName

获取要序列化的文件的名称。

Message

获取描述当前序列化操作的消息。

(继承自 DeploymentSerializationEventArgs)
SerializationAction

获取此事件表示的序列化操作。

(继承自 DeploymentSerializationEventArgs)

方法

AddEventData(String, Object)

将数据添加到当前事件参数。

(继承自 DeploymentTraceEventArgs)
CollectEventData()

收集当前跟踪事件参数的事件数据。

(继承自 DeploymentTraceEventArgs)
CreateNavigator()

为当前事件参数创建 XPathNavigator。

(继承自 DeploymentTraceEventArgs)

适用于