PlayReadyLicenseIterator.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 actuel ou si l’itérateur se trouve à la fin de la collection de licences PlayReady.
public:
property bool HasCurrent { bool get(); };
bool HasCurrent();
public bool HasCurrent { get; }
var boolean = playReadyLicenseIterator.hasCurrent;
Public ReadOnly Property HasCurrent As Boolean
Valeur de propriété
Boolean
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.