StandardOutputProperty 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 |
|---|---|
| StandardOutputProperty(StandardOutputProperty) | |
| StandardOutputProperty(String) |
Initializes a new instance of the StandardOutputProperty class. |
StandardOutputProperty(StandardOutputProperty)
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
- Source:
- TestNodeProperties.cs
protected StandardOutputProperty(Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty original);
Protected Sub New (original As StandardOutputProperty)
Parameters
- original
- StandardOutputProperty
Applies to
StandardOutputProperty(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:
- OutputProperties.cs
Initializes a new instance of the StandardOutputProperty class.
public StandardOutputProperty(string StandardOutput);
public StandardOutputProperty(string standardOutput);
new Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty
new Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty : string -> Microsoft.Testing.Platform.Extensions.Messages.StandardOutputProperty
Public Sub New (StandardOutput As String)
Public Sub New (standardOutput As String)
Parameters
- StandardOutputstandardOutput
- String
The standard output.