DeploymentSerializationEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義部署序列化事件中使用的引數。
public ref class DeploymentSerializationEventArgs : Microsoft::Web::Deployment::DeploymentTraceEventArgs
public class DeploymentSerializationEventArgs : Microsoft.Web.Deployment.DeploymentTraceEventArgs
type DeploymentSerializationEventArgs = class
inherit DeploymentTraceEventArgs
Public Class DeploymentSerializationEventArgs
Inherits DeploymentTraceEventArgs
- 繼承
- 衍生
建構函式
| DeploymentSerializationEventArgs(DeploymentSerializationAction, String, Object[]) |
建立 DeploymentSerializationEventArgs 物件的執行個體。 |
屬性
| EventData |
取得與目前事件引數相關聯的資料字典。 (繼承來源 DeploymentTraceEventArgs) |
| EventLevel |
取得目前事件引數所使用的追蹤層級。 (繼承來源 DeploymentTraceEventArgs) |
| Message |
取得描述目前序列化作業的訊息。 |
| SerializationAction |
取得這個事件表示的序列化作業。 |
方法
| AddEventData(String, Object) |
將資料加入至目前的事件引數。 (繼承來源 DeploymentTraceEventArgs) |
| CollectEventData() |
收集目前追蹤事件引數的事件資料。 (繼承來源 DeploymentTraceEventArgs) |
| CreateNavigator() |
建立目前事件引數的 XPathNavigator。 (繼承來源 DeploymentTraceEventArgs) |