PlayReadyContentHeader.DomainServiceId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果已設定網域服務識別碼,則取得標頭中的網域服務識別碼。
public:
property Platform::Guid DomainServiceId { Platform::Guid get(); };
winrt::guid DomainServiceId();
public Guid DomainServiceId { get; }
var guid = playReadyContentHeader.domainServiceId;
Public ReadOnly Property DomainServiceId As Guid
屬性值
標頭的網域服務識別碼。 這個屬性值會區分基礎平臺的結束性。 在您想要支援的所有平臺上仔細測試您的應用程式,以確保在每個平臺上都使用正確的尾端性。