CustomNotificationEventArgs Class

Definition

Provides a base class for event argument classes that are used in custom diagnostic data adapters.

public ref class CustomNotificationEventArgs abstract : Microsoft::VisualStudio::TestTools::Execution::DataCollectionEventArgs
[System.Serializable]
public abstract class CustomNotificationEventArgs : Microsoft.VisualStudio.TestTools.Execution.DataCollectionEventArgs
[<System.Serializable>]
type CustomNotificationEventArgs = class
    inherit DataCollectionEventArgs
Public MustInherit Class CustomNotificationEventArgs
Inherits DataCollectionEventArgs
Inheritance
CustomNotificationEventArgs
Derived
Attributes

Constructors

CustomNotificationEventArgs()

Initializes a new instance of the CustomNotificationEventArgs class for sending a custom notification for the testing session.

CustomNotificationEventArgs(TestExecId)

Initializes a new instance of the CustomNotificationEventArgs class for sending a custom notification for a test case by using the provided test execution ID.

Properties

Context

Gets or sets the context information for the event.

(Inherited from DataCollectionEventArgs)
TargetDataCollectorUri (Inherited from DataCollectionEventArgs)

Applies to