ServiceRequestedEventArgs.Request 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含服務要求。
public:
property IMediaProtectionServiceRequest ^ Request { IMediaProtectionServiceRequest ^ get(); };
IMediaProtectionServiceRequest Request();
public IMediaProtectionServiceRequest Request { get; }
var iMediaProtectionServiceRequest = serviceRequestedEventArgs.request;
Public ReadOnly Property Request As IMediaProtectionServiceRequest
屬性值
包含服務要求。
備註
此物件可能會實作其他內容保護系統專用的屬性和方法。 若要成功處理要求,這些屬性和方法必須由應用程式瞭解並採取動作。