共用方式為


IPlayReadyDomain.ServiceId 屬性

定義

取得目前的網域服務識別碼屬性。

public:
 property Platform::Guid ServiceId { Platform::Guid get(); };
winrt::guid ServiceId();
public Guid ServiceId { get; }
var guid = iPlayReadyDomain.serviceId;
Public ReadOnly Property ServiceId As Guid

屬性值

Guid

Platform::Guid

winrt::guid

目前的網域服務識別碼屬性。 這個屬性值會敏感于基礎平臺的結束性。 在您想要支援的所有平臺上仔細測試您的應用程式,以確保每個平臺上都使用正確的端位。

適用於