TestNodeStateProperty Constructors
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.
Overloads
| Name | Description |
|---|---|
| TestNodeStateProperty(TestNodeStateProperty) | |
| TestNodeStateProperty(String) |
Initializes a new instance of the TestNodeStateProperty class. |
TestNodeStateProperty(TestNodeStateProperty)
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
protected TestNodeStateProperty(Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty original);
Protected Sub New (original As TestNodeStateProperty)
Parameters
- original
- TestNodeStateProperty
Applies to
TestNodeStateProperty(String)
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeStateProperties.cs
Initializes a new instance of the TestNodeStateProperty class.
protected TestNodeStateProperty(string? Explanation);
protected TestNodeStateProperty(string? explanation);
new Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty
new Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty
Protected Sub New (Explanation As String)
Protected Sub New (explanation As String)
Parameters
- Explanationexplanation
- String
Textual explanation of the node state.