IPhoneCallActivatedEventArgs.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.
Identifie le PhoneLine utilisé. Utilisé pour récupérer un objet PhoneLine correspondant.
public:
property Platform::Guid LineId { Platform::Guid get(); };
winrt::guid LineId();
public Guid LineId { get; }
var guid = iPhoneCallActivatedEventArgs.lineId;
Public ReadOnly Property LineId As Guid