StepResult.Row 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.
Represents a row in a table in the report for a diagnostic test run.
public class StepResult.Row
type StepResult.Row = class
Public Class StepResult.Row
- Inheritance
-
StepResult.Row
Constructors
| StepResult.Row() |
Initializes a new instance of the StepResult.Row class without specifying any of the entries for the row. |
| StepResult.Row(IEnumerable<StepResult.RowItem>) |
Initializes a new instance of the StepResult.Row class by using the specified collection of StepResult.RowItem objects to set the entries for the row. |
| StepResult.Row(IEnumerable<String>) |
Initializes a new instance of the StepResult.Row class by using the specified collection of strings to set the entries for the row. |
Properties
| Items |
Retrieves or sets the set of entries in the cells of the row. |