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
속성 값
서비스 요청을 포함합니다.
설명
이 개체는 사용 중인 콘텐츠 보호 시스템과 관련된 다른 속성 및 메서드를 구현할 수 있습니다. 요청을 성공적으로 처리하려면 애플리케이션에서 이러한 속성과 메서드를 이해하고 처리해야 합니다.