AllJoynAboutDataView.HardwareVersion プロパティ

定義

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 AllJoyn は、AllSeen Alliance によって後援され、ライトのオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出および通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

アプリが実行されているハードウェアの現在のバージョン。 このフィールドは省略可能で、設定されていない場合は空の文字列として表示されます。

public:
 property Platform::String ^ HardwareVersion { Platform::String ^ get(); };
winrt::hstring HardwareVersion();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
winrt::hstring HardwareVersion();
public string HardwareVersion { get; }
public string HardwareVersion { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var string = allJoynAboutDataView.hardwareVersion;
Public ReadOnly Property HardwareVersion As String

プロパティ値

String

Platform::String

winrt::hstring

ハードウェアのバージョン番号。

属性

Windows の要件

アプリの機能
allJoyn

適用対象