共用方式為


PlayReadyDomainJoinServiceRequest.Type 屬性

定義

取得 PlayReady 網域加入服務要求執行之作業類型的 GUID

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

屬性值

Guid

Platform::Guid

winrt::guid

作業類型的 GUID。 這個屬性值會區分基礎平臺的結束性。 在您想要支援的所有平臺上仔細測試您的應用程式,以確保在每個平臺上都使用正確的尾端性。

實作

備註

Type的可能值取決於用於內容的內容保護系統。 這可以透過內容或檢查 ProtectionSystem 屬性來決定。

適用於