TestNodeUpdateMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A message representing a test node update.
public sealed class TestNodeUpdateMessage : Microsoft.Testing.Platform.Extensions.Messages.DataWithSessionUid
type TestNodeUpdateMessage = class
inherit DataWithSessionUid
Public NotInheritable Class TestNodeUpdateMessage
Inherits DataWithSessionUid
- Inheritance
Constructors
| Name | Description |
|---|---|
| TestNodeUpdateMessage(SessionUid, TestNode, TestNodeUid) |
A message representing a test node update. |
Properties
| Name | Description |
|---|---|
| Description |
Gets the description. (Inherited from PropertyBagData) |
| DisplayName |
Gets the display name. (Inherited from PropertyBagData) |
| ParentTestNodeUid |
Gets the parent test node UID. |
| Properties |
Gets the properties. (Inherited from PropertyBagData) |
| SessionUid |
Gets the session UID. (Inherited from DataWithSessionUid) |
| TestNode |
Gets the test node. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |