共用方式為


RequiredPlatformVersion 元素 (Visual Studio 範本)

指定專案範本必須正確運作的作業系統最低版本。 這個專案用於建立 Windows 8.x 市集應用程式的專案範本。

此值 RequiredPlatformVersion 會與操作系統版本直接比較。 RequiredPlatformVersion如果 高於操作系統版本,範本就不會出現在 [新增專案] 對話框中。 若要指定 Windows 8 或更高版本的範本,請將 設定 RequiredPlatformVersion 為 6.2.0。 若要指定 Windows 8.1 或更高版本的範本,請將 設定 RequiredPlatformVersion 為 6.3.0。

指定 RequiredPlatformVersion=8 的範本與先前的客戶 Windows 8.x 市集範本相容。

VSTemplate TemplateData .....TargetPlatformName RequiredPlatformVersion

語法

<RequiredPlatformVersion> OperatingSystem </RequiredPlatformVersion>

屬性和元素

無。

屬性

無。

子元素

無。

父元素

元素 描述
TemplatePlatformName 指定專案範本的目標平台。

文字值

需要文字值。

備註

此文字會指定範本所需的最低作業系統版本。

範例

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

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

    </TemplateData>
    <TemplateContent>

    </TemplateContent>
</VSTemplate>

另請參閱