Compartir a través de


PhoneCallsResult.AllActivePhoneCalls Propiedad

Definición

Obtiene la colección de llamadas telefónicas en la línea.

public:
 property IVectorView<PhoneCall ^> ^ AllActivePhoneCalls { IVectorView<PhoneCall ^> ^ get(); };
IVectorView<PhoneCall> AllActivePhoneCalls();
public IReadOnlyList<PhoneCall> AllActivePhoneCalls { get; }
var iVectorView = phoneCallsResult.allActivePhoneCalls;
Public ReadOnly Property AllActivePhoneCalls As IReadOnlyList(Of PhoneCall)

Valor de propiedad

Colección de solo lectura que representa las llamadas telefónicas en la línea.

Requisitos de Windows

Características de aplicaciones
phoneCall

Se aplica a