PhoneIncomingCallDismissedTriggerDetails.LineId 属性

定义

正在消除的传入呼叫的 LineId。

public:
 property Platform::Guid LineId { Platform::Guid get(); };
winrt::guid LineId();
/// [get: Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedTriggerDetails is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")]
winrt::guid LineId();
public Guid LineId { get; }
public Guid LineId { [Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedTriggerDetails is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")] get; }
var guid = phoneIncomingCallDismissedTriggerDetails.lineId;
Public ReadOnly Property LineId As Guid

属性值

Guid

Platform::Guid

winrt::guid

标识行的 GUID。

属性

适用于