PerceptionCorrelation.TargetId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述裝置的唯一識別碼。
public:
property Platform::String ^ TargetId { Platform::String ^ get(); };
winrt::hstring TargetId();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
winrt::hstring TargetId();
public string TargetId { get; }
public string TargetId { [Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = perceptionCorrelation.targetId;
Public ReadOnly Property TargetId As String
屬性值
描述裝置的唯一識別碼。
- 屬性