共用方式為


PlayReadyStatics.DomainJoinServiceRequestType 屬性

定義

取得 PlayReady 網域加入服務要求的型別。

public:
 static property Platform::Guid DomainJoinServiceRequestType { Platform::Guid get(); };
static winrt::guid DomainJoinServiceRequestType();
public static Guid DomainJoinServiceRequestType { get; }
var guid = PlayReadyStatics.domainJoinServiceRequestType;
Public Shared ReadOnly Property DomainJoinServiceRequestType As Guid

屬性值

Guid

Platform::Guid

winrt::guid

PlayReady 網域加入服務要求的型別。 這個屬性值會區分基礎平臺的結束性。 在您想要支援的所有平臺上仔細測試您的應用程式,以確保在每個平臺上都使用正確的尾端性。

備註

此類型可以與 IMediaProtectionServiceRequest.type進行比較。

適用於