次の方法で共有


PowerThermalChannelConfiguration.ConfigurationString Property

Definition

Gets a human-readable configuration string that fully describes the settings for a PowerThermalChannelConfiguration.

public:
 property Platform::String ^ ConfigurationString { Platform::String ^ get(); };
winrt::hstring ConfigurationString();
public string ConfigurationString { get; }
var string = powerThermalChannelConfiguration.configurationString;
Public ReadOnly Property ConfigurationString As String

Property Value

String

Platform::String

winrt::hstring

A string that encodes the channel's configuration in a consistent, readable format.

Remarks

The ConfigurationString is part of the config blob and typically encodes the channel-specific string (for example, the ACPI name for a sensor). It is intended to be readable and interpreted by OEMs.

Applies to