共用方式為


KnownPerceptionFrameSourceProperties.PhysicalDeviceIds 屬性

定義

取得用來查閱字串陣列屬性的字串索引鍵,其中包含此畫面來源所代表感應器的實體裝置識別碼。

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

此畫面來源所代表之感應器實體裝置識別碼的字串陣列。 此屬性是 StringArray 值。

屬性

適用於