IEstimate.GetSetOfFieldsInfo Method
NOTE: This member is now obsolete. Use IMinutesFieldManager.SetsOfFields property or IMinutesFieldManager.GetSetOfFields() method instead. You can obtain an IMinutesFieldManager instance with GetMinutesFieldManager() method.
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)> _
<Obsolete("Use IMinutesFieldManager.SetsOfFields property or IMinutesFieldManager.GetSetOfFields() method instead. You can obtain an IMinutesFieldManager instance with GetMinutesFieldManager() method.")> _
Function GetSetOfFieldsInfo() As Dictionary(Of String, SetOfFieldsInformation)
This language is not supported or no code example is available.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[Obsolete("Use IMinutesFieldManager.SetsOfFields property or IMinutesFieldManager.GetSetOfFields() method instead. You can obtain an IMinutesFieldManager instance with GetMinutesFieldManager() method.")]
Dictionary<string, SetOfFieldsInformation> GetSetOfFieldsInfo()
This language is not supported or no code example is available.
Return Value
Dictionary<string, SetOfFieldsInformation>A dictionary of SetOfFieldsInformation. The mnemonic of the set of fields is used as a key in the dictionary.
Available since QDV 7.13.0001.