TargetPlatformName 元素(Visual Studio 模板)

指定该平台的项目模板目标。 此元素用于指定项目模板用于创建 Windows 应用商店 app。

<TargetPlatformName> OperatingSystem </TargetPlatformName>

特性和元素

以下几节描述了特性、子元素和父元素。

特性

无。

子元素

元素

描述

RequiredPlatformVersion

指定该操作系统的版本项目模板目标。

父元素

元素

描述

TemplateData

将此模板分类并定义此模板在“新建项目”“添加新项”对话框中的显示方式。

文本值

需要一个文本值。

备注

该文本必须是 Windows

示例

此示例指定项目模板以 Windows 8 或更高版本。

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

请参见

参考

Visual Studio 模板架构参考

概念

Visual Studio 模板介绍