NDStreamParserNotifier.OnContentIDReceived(INDLicenseFetchDescriptor) 메서드

정의

콘텐츠 식별자를 받을 때 스트림 파서에서 호출됩니다.

public:
 virtual void OnContentIDReceived(INDLicenseFetchDescriptor ^ licenseFetchDescriptor) = OnContentIDReceived;
void OnContentIDReceived(INDLicenseFetchDescriptor const& licenseFetchDescriptor);
/// [Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier 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("INDStreamParserNotifier 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

콘텐츠 식별자를 포함하는 라이선스 페치 설명자입니다.

구현

특성

적용 대상