다음을 통해 공유


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

다운로드 엔진이 콘텐츠 식별자를 받는 라이선스입니다.

특성

적용 대상