次の方法で共有


SystemSupportInfo クラス

定義

デバイスに関するサポート情報を提供します。 これには、ローカル システム エディションと OEM サポート情報が含まれます。

public ref class SystemSupportInfo abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.SystemManufacturers.SystemManufacturersContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemSupportInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.SystemManufacturers.SystemManufacturersContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class SystemSupportInfo
Public Class SystemSupportInfo
継承
Object Platform::Object IInspectable SystemSupportInfo
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.16299.0 で導入)
API contract
Windows.System.Profile.SystemManufacturers.SystemManufacturersContract (v2.0 で導入)

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1809 17763 LocalDeviceInfo

プロパティ

LocalDeviceInfo

ローカル デバイスを取得します。

LocalSystemEdition

デバイスのローカル システム エディションを取得します。

OemSupportInfo

システムの OEM サポート情報を取得します。

適用対象