IMediaProtectionServiceRequest.Type 属性

定义

检索 IMediaProtectionServiceRequest 执行的操作类型的 GUID

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

属性值

Guid

Platform::Guid

winrt::guid

要检索的 GUID。

注解

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

适用于