Compartir a través de


KnownPerceptionFrameSourceProperties.DeviceModelVersion Propiedad

Definición

Obtiene una clave de cadena que se usa para buscar una propiedad de cadena con el dispositivo, modelo y cadena de versión para el dispositivo de sensor físico que representa este origen de fotogramas.

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

Valor de propiedad

String

Platform::String

winrt::hstring

El dispositivo, modelo y cadena de versión del dispositivo del sensor físico que representa este origen de fotogramas. Esta propiedad es un valor string.

Atributos

Se aplica a