DeploymentTraceEventArgs Class

Definition

Provides the base class for arguments that are used in deployment trace events.

public ref class DeploymentTraceEventArgs abstract : EventArgs, System::Xml::XPath::IXPathNavigable
public abstract class DeploymentTraceEventArgs : EventArgs, System.Xml.XPath.IXPathNavigable
type DeploymentTraceEventArgs = class
    inherit EventArgs
    interface IXPathNavigable
Public MustInherit Class DeploymentTraceEventArgs
Inherits EventArgs
Implements IXPathNavigable
Inheritance
DeploymentTraceEventArgs
Derived
Implements

Constructors

DeploymentTraceEventArgs(TraceLevel)

Creates an instance of event arguments with the specified trace level.

Properties

EventData

Gets a dictionary of data associated with the current event argument.

EventLevel

Gets the trace level used by the current event argument.

Message

Gets the message associated with the current event argument.

Methods

AddEventData(String, Object)

Adds data to the current event argument.

CollectEventData()

Collects the event data for the current trace event argument.

CreateNavigator()

Creates an XPathNavigator for the current event argument.

Applies to