Compartir a través de


PhoneCallHistoryEntry.IsRinging Propiedad

Definición

Obtiene o establece si una llamada está llamando actualmente.

public:
 property bool IsRinging { bool get(); void set(bool value); };
bool IsRinging();

void IsRinging(bool value);
public bool IsRinging { get; set; }
var boolean = phoneCallHistoryEntry.isRinging;
phoneCallHistoryEntry.isRinging = boolean;
Public Property IsRinging As Boolean

Valor de propiedad

Boolean

bool

True si la llamada está llamando actualmente; de lo contrario, false.

Requisitos de Windows

Características de aplicaciones
phoneCallHistory phoneCallHistorySystem

Se aplica a