次の方法で共有


PlayReadyContentHeader.KeyIds プロパティ

定義

設定されている場合は、コンテンツ キー識別子の値を取得します。

public:
 property Platform::Array <Platform::Guid> ^ KeyIds { Platform::Array <Platform::Guid> ^ get(); };
winrt::array_view <winrt::guid> KeyIds();
public Guid[] KeyIds { get; }
var guid[] = playReadyContentHeader.keyIds;
Public ReadOnly Property KeyIds As Guid()

プロパティ値

Guid[]

Platform::Guid[]

winrt::guid[]

コンテンツ キー識別子の値。 このプロパティ値は、基になるプラットフォームのエンディアンに依存します。 サポートするすべてのプラットフォームでアプリを慎重にテストして、各プラットフォームで正しいエンディアンが使用されていることを確認します。

適用対象