PhoneLineWatcherEventArgs Classe

Définition

Représente une classe qui contient les informations sur la ligne téléphonique qui a été ajoutée, supprimée ou mise à jour.

public ref class PhoneLineWatcherEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneLineWatcherEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhoneLineWatcherEventArgs
Public NotInheritable Class PhoneLineWatcherEventArgs
Héritage
Object Platform::Object IInspectable PhoneLineWatcherEventArgs
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduit dans v1.0)
Fonctionnalités de l’application
phoneCallHistory phoneCallHistorySystem

Remarques

Cette classe est utilisée dans les arguments d’événement pour les événements déclenchés par la classe PhoneLineWatcher .

Propriétés

LineId

Obtient l’ID de la ligne téléphonique qui a déclenché l’événement LineAdded, LineRemoved ou LineUpdated .

S’applique à