共用方式為


RatedContentDescription(String, String, RatedContentCategory) 建構函式

定義

初始化 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)

參數

id
String

Platform::String

winrt::hstring

由應用程式開發人員指定的內容識別碼。

title
String

Platform::String

winrt::hstring

內容的標題。

category
RatedContentCategory

指定 RatedContentCategory所定義之內容片段的類型。

備註

如果提供不正確值,則傳回E_INVALIDARG。

適用於