Compartir a través de


RatedContentDescription(String, String, RatedContentCategory) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

id
String

Platform::String

winrt::hstring

Identificador del contenido, tal y como especifica el desarrollador de la aplicación.

title
String

Platform::String

winrt::hstring

Título del contenido.

category
RatedContentCategory

Especifica el tipo de un fragmento de contenido, definido por RatedContentCategory.

Comentarios

Devuelve E_INVALIDARG, si se proporciona un valor no válido.

Se aplica a