RatedContentDescription Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Enthält Informationen zu einem Teil des Inhalts. Eine App erstellt ein RatedContentDescription-Objekt für jeden Inhaltsabschnitt, der in den Methoden GetRestrictionLevelAsync und RequestContentAccessAsync verwendet werden soll.
public ref class RatedContentDescription sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.ContentRestrictions.IRatedContentDescriptionFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RatedContentDescription final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.ContentRestrictions.IRatedContentDescriptionFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class RatedContentDescription final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.ContentRestrictions.IRatedContentDescriptionFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RatedContentDescription
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.ContentRestrictions.IRatedContentDescriptionFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class RatedContentDescription
function RatedContentDescription(id, title, category)
Public NotInheritable Class RatedContentDescription
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Hinweise
Wenn ein Inhalt weder eine Drittanbieterbewertung noch eine Store-Altersfreigabe aufweist, muss die App NULL als Bewertung übergeben.
Konstruktoren
RatedContentDescription(String, String, RatedContentCategory) |
Initialisiert eine neue instance der RatedContentDescription-Klasse. |
Eigenschaften
Category |
Gibt den Typ eines Inhaltsabschnitts an, der von RatedContentCategory definiert wird. |
Id |
Die eindeutige Inhalts-ID eines Inhaltselements im Inhaltskatalog der App. |
Image |
Das Miniaturbild, das dem Inhalt zugeordnet ist. |
Ratings |
Stellt alle vorhandenen Altersfreigaben von Drittanbietern und im Microsoft Store für einen Teil des Inhalts bereit. |
Title |
Der Anzeigetitel eines Inhaltselements. |