共用方式為


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 值。

屬性

適用於