共用方式為


INDDownloadEngineNotifier.OnContentIDReceived 方法

定義

收到內容識別碼時,由下載引擎呼叫。

public:
 void OnContentIDReceived(INDLicenseFetchDescriptor ^ licenseFetchDescriptor);
void OnContentIDReceived(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
/// [Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void OnContentIDReceived(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
public void OnContentIDReceived(INDLicenseFetchDescriptor licenseFetchDescriptor);
[Windows.Foundation.Metadata.Deprecated("INDDownloadEngineNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void OnContentIDReceived(INDLicenseFetchDescriptor licenseFetchDescriptor);
function onContentIDReceived(licenseFetchDescriptor)
Public Sub OnContentIDReceived (licenseFetchDescriptor As INDLicenseFetchDescriptor)

參數

licenseFetchDescriptor
INDLicenseFetchDescriptor

下載引擎從中接收內容識別碼的授權。

屬性

適用於