PlayReadyLicenseIterator Classe

Definizione

Fornisce l'iterazione della classe PlayReadyLicense .

public ref class PlayReadyLicenseIterator sealed : IIterator<IPlayReadyLicense ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PlayReadyLicenseIterator final : IIterator<IPlayReadyLicense>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PlayReadyLicenseIterator : IIterator<IPlayReadyLicense>
Public NotInheritable Class PlayReadyLicenseIterator
Implements IIterator(Of IPlayReadyLicense)
Ereditarietà
Object Platform::Object IInspectable PlayReadyLicenseIterator
Attributi
Implementazioni

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Proprietà

Current

Ottiene l'elemento corrente nella raccolta di licenze PlayReady.

HasCurrent

Ottiene un valore che indica se è presente un elemento corrente o l'iteratore è alla fine della raccolta di licenze PlayReady.

Metodi

GetMany(IPlayReadyLicense[])

Recupera tutti gli elementi nella raccolta di licenze PlayReady.

MoveNext()

Sposta l'enumeratore sull'elemento successivo dell'insieme.

Si applica a

Vedi anche