次の方法で共有


KnownPerceptionFrameSourceProperties.PhysicalDeviceIds プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

このフレーム ソースが表すセンサーの物理デバイス ID を持つ文字列の配列。 このプロパティは StringArray 値です。

属性

適用対象