PropertyRow 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
PropertyRow(StoreProperty[]) |
Initializes a new instance of this class using the specified properties. |
PropertyRow(Int32) |
Initializes a new instance of this class with the specified number of empty columns. |
PropertyRow(StoreProperty[])
Initializes a new instance of this class using the specified properties.
public PropertyRow (Microsoft.Hpc.Scheduler.Properties.StoreProperty[] props);
new Microsoft.Hpc.Scheduler.Properties.PropertyRow : Microsoft.Hpc.Scheduler.Properties.StoreProperty[] -> Microsoft.Hpc.Scheduler.Properties.PropertyRow
Public Sub New (props As StoreProperty())
Parameters
- props
- StoreProperty[]
The properties to include in the row.
Applies to
PropertyRow(Int32)
Initializes a new instance of this class with the specified number of empty columns.
public PropertyRow (int columnCount);
new Microsoft.Hpc.Scheduler.Properties.PropertyRow : int -> Microsoft.Hpc.Scheduler.Properties.PropertyRow
Public Sub New (columnCount As Integer)
Parameters
- columnCount
- Int32
The number of columns to include in the row.