TestNodeUpdateMessage Class

Definition

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
TestNodeUpdateMessage

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.

Applies to