PlayReadyLicenseIterator 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 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)
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
Current |
取得 PlayReady 授權集合中的目前專案。 |
HasCurrent |
取得值,指出目前專案或反覆運算器位於 PlayReady 授權集合的結尾。 |
方法
GetMany(IPlayReadyLicense[]) |
擷取 PlayReady 授權集合中的所有專案。 |
MoveNext() |
將列舉程式推進到集合的下一個項目。 |