PowerThermalChannelDataProducer.GetChannelConfigurations 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.
Returns the set of channel configurations the producer supports or exposes.
public:
virtual IMapView<PowerThermalChannelId, PowerThermalChannelConfiguration ^> ^ GetChannelConfigurations() = GetChannelConfigurations;
IMapView<PowerThermalChannelId, PowerThermalChannelConfiguration const&> GetChannelConfigurations();
public IReadOnlyDictionary<PowerThermalChannelId,PowerThermalChannelConfiguration> GetChannelConfigurations();
function getChannelConfigurations()
Public Function GetChannelConfigurations () As IReadOnlyDictionary(Of PowerThermalChannelId, PowerThermalChannelConfiguration)
Returns
IMapView<PowerThermalChannelId,PowerThermalChannelConfiguration>
IReadOnlyDictionary<PowerThermalChannelId,PowerThermalChannelConfiguration>
A read-only dictionary mapping PowerThermalChannelId to PowerThermalChannelConfiguration.