次の方法で共有


IMediaProtectionServiceRequest.Type プロパティ

定義

IMediaProtectionServiceRequest が実行する操作の種類の GUID を取得します。

public:
 property Platform::Guid Type { Platform::Guid get(); };
winrt::guid Type();
public Guid Type { get; }
var guid = iMediaProtectionServiceRequest.type;
Public ReadOnly Property Type As Guid

プロパティ値

Guid

Platform::Guid

winrt::guid

取得する GUID。

注釈

Type に指定できる値は、コンテンツに使用されるコンテンツ保護システムによって異なります。 これは、コンテキストによって、または ProtectionSystem プロパティを調べることによって決定できます。

適用対象