共用方式為


ServiceRequestedEventArgs.Request 屬性

定義

包含服務要求。

public:
 property IMediaProtectionServiceRequest ^ Request { IMediaProtectionServiceRequest ^ get(); };
IMediaProtectionServiceRequest Request();
public IMediaProtectionServiceRequest Request { get; }
var iMediaProtectionServiceRequest = serviceRequestedEventArgs.request;
Public ReadOnly Property Request As IMediaProtectionServiceRequest

屬性值

包含服務要求。

備註

此物件可能會實作其他內容保護系統專用的屬性和方法。 若要成功處理要求,這些屬性和方法必須由應用程式瞭解並採取動作。

適用於