RatedContentDescription(String, String, RatedContentCategory) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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。