Compartir a través de


KnownPerceptionFrameSourceProperties.PhysicalDeviceIds Propiedad

Definición

Obtiene una clave de cadena usada para buscar una propiedad de matriz de cadenas que contiene los identificadores de dispositivo físico del sensor que representa este origen de marco.

public:
 static property Platform::String ^ PhysicalDeviceIds { Platform::String ^ get(); };
static winrt::hstring PhysicalDeviceIds();
/// [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 PhysicalDeviceIds();
public static string PhysicalDeviceIds { get; }
public static string PhysicalDeviceIds { [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.physicalDeviceIds;
Public Shared ReadOnly Property PhysicalDeviceIds As String

Valor de propiedad

String

Platform::String

winrt::hstring

Matriz de cadenas con los identificadores de dispositivo físico del sensor que representa este origen de fotogramas. Esta propiedad es un valor StringArray.

Atributos

Se aplica a