PlayReadyIndividualizationServiceRequest.Type 属性

定义

获取 PlayReady 个性化服务请求执行的操作类型的 GUID

public:
 property Platform::Guid Type { Platform::Guid get(); };
winrt::guid Type();
public Guid Type { get; }
var guid = playReadyIndividualizationServiceRequest.type;
Public ReadOnly Property Type As Guid

属性值

Guid

Platform::Guid

winrt::guid

操作类型的 GUID。 此属性值对基础平台的结束度敏感。 在你打算支持的所有平台上仔细测试你的应用,以确保在每个平台上使用正确的尾声。

实现

注解

Type 的可能值取决于用于内容的内容保护系统。 这可以通过上下文或检查 ProtectionSystem 属性来确定。

适用于