DeploymentFileSerializationEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供檔案序列化事件的事件引數。
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
建構函式
| 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) |