次の方法で共有


KnownPerceptionFrameSourceProperties.DeviceModelVersion プロパティ

定義

このフレーム ソースが表す物理センサー デバイスのデバイス、モデル、バージョン文字列で文字列プロパティを検索するために使用される文字列キーを取得します。

public:
 static property Platform::String ^ DeviceModelVersion { Platform::String ^ get(); };
static winrt::hstring DeviceModelVersion();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameSourceProperties may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceInformation instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring DeviceModelVersion();
public static string DeviceModelVersion { get; }
public static string DeviceModelVersion { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameSourceProperties may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceInformation instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionFrameSourceProperties.deviceModelVersion;
Public Shared ReadOnly Property DeviceModelVersion As String

プロパティ値

String

Platform::String

winrt::hstring

このフレーム ソースが表す物理センサー デバイスのデバイス、モデル、バージョン文字列。 このプロパティは String 値です。

属性

適用対象