DiscoveredTestNodeStateProperty(String) Constructor
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.
Initializes a new instance of the DiscoveredTestNodeStateProperty class.
public DiscoveredTestNodeStateProperty(string? Explanation = default);
public DiscoveredTestNodeStateProperty(string? explanation = default);
new Microsoft.Testing.Platform.Extensions.Messages.DiscoveredTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.DiscoveredTestNodeStateProperty
new Microsoft.Testing.Platform.Extensions.Messages.DiscoveredTestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.DiscoveredTestNodeStateProperty
Public Sub New (Optional Explanation As String = Nothing)
Public Sub New (Optional explanation As String = Nothing)
Parameters
- Explanationexplanation
- String
Textual explanation of the node.