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 屬性來決定。

適用於