PlayReadySecureStopIterator.HasCurrent 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.
Obtient une valeur qui indique s’il existe un élément actif ou si l’itérateur se trouve à la fin de la collection d’arrêt sécurisé PlayReady.
public:
property bool HasCurrent { bool get(); };
bool HasCurrent();
public bool HasCurrent { get; }
var boolean = playReadySecureStopIterator.hasCurrent;
Public ReadOnly Property HasCurrent As Boolean
Valeur de propriété
bool
true si l’itérateur fait référence à un élément valide qui se trouve dans la collection ou false si l’itérateur se trouve à la fin de la collection.