CustomNotificationEventArgs Class
Provides a base class for event argument classes that are used in custom diagnostic data adapters.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
System::EventArgs
Microsoft.VisualStudio.TestTools.Execution::DataCollectionEventArgs
Microsoft.VisualStudio.TestTools.Execution::CustomNotificationEventArgs
Microsoft.VisualStudio.TestTools.Execution::MediaRecorderCommandEventArgs
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets or sets the context information for the event.(Inherited from DataCollectionEventArgs.) |
![]() | TargetDataCollectorUri | (Inherited from DataCollectionEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


