TargetPlatformName 項目 (Visual Studio 樣板)

指定專案範本的目標平台。 這個專案用來指定專案範本是用來建立 Windows 8.x 市集應用程式。

語法

<VSTemplate>
    <TemplateData>
        <TargetPlatformName> OperatingSystem</TargetPlatformName>

屬性和項目

下列章節說明屬性、子元素和父元素。

屬性

無。

子元素

元素 描述
RequiredPlatformVersion 指定專案範本的目標作業系統版本。

父項目

元素 描述
TemplateData 將範本分類,並定義該範本在 [新增專案] 或 [加入新項目] 對話方塊中顯示的方式。

文字值

需要文字值。

備註

此文字必須是 Windows

範例

此範例會指定項目範本以 Windows 8 或更新版本為目標。

<VSTemplate Type="Project" Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
    <TemplateData>
        <TargetPlatformName>Windows</TargetPlatformName>
        <RequiredPlatformVersion>8</RequiredPlatformVersion>
    </TemplateData>
    <TemplateContent> </TemplateContent>
</VSTemplate>

另請參閱