PlayReadyStatics.DomainLeaveServiceRequestType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 PlayReady 網域的型別離開服務要求。
public:
static property Platform::Guid DomainLeaveServiceRequestType { Platform::Guid get(); };
static winrt::guid DomainLeaveServiceRequestType();
public static Guid DomainLeaveServiceRequestType { get; }
var guid = PlayReadyStatics.domainLeaveServiceRequestType;
Public Shared ReadOnly Property DomainLeaveServiceRequestType As Guid
屬性值
PlayReady 網域的類型會離開服務要求。 這個屬性值會敏感于基礎平臺的結束性。 在您想要支援的所有平臺上仔細測試您的應用程式,以確保每個平臺上都使用正確的端位。
備註
此類型可以與 IMediaProtectionServiceRequest.type進行比較。