PhoneIncomingCallDismissedTriggerDetails.LineId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
LineId de l’appel entrant en cours de fermeture.
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
Valeur de propriété
GUID qui identifie une ligne.
- Attributs