Partager via


RatedContentDescription(String, String, RatedContentCategory) Constructeur

Définition

Initialise une nouvelle instance de la classe RatedContentDescription.

public:
 RatedContentDescription(Platform::String ^ id, Platform::String ^ title, RatedContentCategory category);
 RatedContentDescription(winrt::hstring const& id, winrt::hstring const& title, RatedContentCategory const& category);
public RatedContentDescription(string id, string title, RatedContentCategory category);
function RatedContentDescription(id, title, category)
Public Sub New (id As String, title As String, category As RatedContentCategory)

Paramètres

id
String

Platform::String

winrt::hstring

ID du contenu, tel que spécifié par le développeur d’application.

title
String

Platform::String

winrt::hstring

Titre du contenu.

category
RatedContentCategory

Spécifie le type d’un élément de contenu, défini par RatedContentCategory.

Remarques

Retourne E_INVALIDARG, si une valeur non valide n’est pas fournie.

S’applique à