次の方法で共有


PowerThermalChannelDataProducer.GetChannelConfigurations Method

Definition

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

A read-only dictionary mapping PowerThermalChannelId to PowerThermalChannelConfiguration.

Applies to