PropertyRow.SetPropToIndexMap(Dictionary<PropertyId,Int32>) Method
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.
Maps properties to index values.
public void SetPropToIndexMap (System.Collections.Generic.Dictionary<Microsoft.Hpc.Scheduler.Properties.PropertyId,int> map);
member this.SetPropToIndexMap : System.Collections.Generic.Dictionary<Microsoft.Hpc.Scheduler.Properties.PropertyId, int> -> unit
Public Sub SetPropToIndexMap (map As Dictionary(Of PropertyId, Integer))
Parameters
- map
- Dictionary<PropertyId,Int32>
A dictionary of property identifiers mapped to their respective index values.