DeploymentPackageSerializationEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供屬性,定義封裝序列化事件的引數。
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
- 繼承
-
DeploymentPackageSerializationEventArgs
建構函式
| DeploymentPackageSerializationEventArgs(Int32, Int32, String) |
在 物件的實例 DeploymentPackageSerializationEventArgs 中建立 。 |
屬性
| CurrentFile |
取得與總檔案計數相關的目前檔案編號。 |
| EventData |
取得與目前事件引數相關聯的資料字典。 (繼承來源 DeploymentTraceEventArgs) |
| EventLevel |
取得目前事件引數所使用的追蹤層級。 (繼承來源 DeploymentTraceEventArgs) |
| FileCount |
取得總檔案計數。 |
| FileName |
取得檔案名。 |
| Message |
取得描述目前序列化作業的訊息。 (繼承來源 DeploymentSerializationEventArgs) |
| SerializationAction |
取得這個事件表示的序列化作業。 (繼承來源 DeploymentSerializationEventArgs) |
方法
| AddEventData(String, Object) |
將資料加入至目前的事件引數。 (繼承來源 DeploymentTraceEventArgs) |
| CollectEventData() |
收集目前追蹤事件引數的事件資料。 (繼承來源 DeploymentTraceEventArgs) |
| CreateNavigator() |
建立目前事件引數的 XPathNavigator。 (繼承來源 DeploymentTraceEventArgs) |