| title | SDKReference Element (Visual Studio Templates) |
|---|---|
| description | Learn about the SDKReference element and how it specifies that the item template uses an SDK reference. |
| ms.date | 11/04/2016 |
| ms.subservice | general-ide |
| ms.topic | reference |
| author | tinaschrepfer |
| ms.author | tinali |
Specifies that the item template uses an SDK reference.
<VSTemplate>
<TemplateContent>
<References>
<Reference>
<SDKReference>SDKname</SDKReference>The following sections describe attributes, child elements, and parent elements.
None.
None.
| Element | Description |
|---|---|
| Reference | Specifies the assembly reference to add when the item is added to a project. |
A text value is required.
This text specifies the SDK reference to add to a project when the item template is instantiated.
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
<TemplateData> . . . </TemplateData>
<TemplateContent>
<References>
<Reference>
<SDKReference>Microsoft Visual C++ Runtime Package, Version=11.0.0.0</SDKReference>
...