PlayReadyLicenseIterable 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PlayReadyLicenseIterable() |
初始化 PlayReadyLicenseIterable 類別的新實例。 |
PlayReadyLicenseIterable(PlayReadyContentHeader, Boolean) |
初始化 PlayReadyLicenseIterable 類別的新實例。 |
PlayReadyLicenseIterable()
初始化 PlayReadyLicenseIterable 類別的新實例。
public:
PlayReadyLicenseIterable();
PlayReadyLicenseIterable();
public PlayReadyLicenseIterable();
function PlayReadyLicenseIterable()
Public Sub New ()
另請參閱
適用於
PlayReadyLicenseIterable(PlayReadyContentHeader, Boolean)
初始化 PlayReadyLicenseIterable 類別的新實例。
public:
PlayReadyLicenseIterable(PlayReadyContentHeader ^ contentHeader, bool fullyEvaluated);
PlayReadyLicenseIterable(PlayReadyContentHeader const& contentHeader, bool const& fullyEvaluated);
public PlayReadyLicenseIterable(PlayReadyContentHeader contentHeader, bool fullyEvaluated);
function PlayReadyLicenseIterable(contentHeader, fullyEvaluated)
Public Sub New (contentHeader As PlayReadyContentHeader, fullyEvaluated As Boolean)
參數
- contentHeader
- PlayReadyContentHeader
用來尋找相關聯授權的內容標頭。
- fullyEvaluated
-
Boolean
bool
指出應該列舉評估的授權鏈結,或是否應該列舉所有授權 (包括無法使用) 的授權。 如果應該列舉評估的授權鏈結,則此參數為 true ,如果應該列舉所有授權,則為 false 。