IMediaProtectionServiceRequest.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索 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。
注解
Type 的可能值取决于用于内容的内容保护系统。 这可以通过上下文或检查 ProtectionSystem 属性来确定。