Atrybuty elementu (Instalator zawartości programu Visual Studio)
Określa niestandardowe informacje o składniku, który różni się oparte na FileContentType.
<Attributes>
<Attribute>...</Attribute>
</Attributes>
Atrybuty i elementy
W poniższych sekcjach opisano atrybuty i elementy podrzędne elementy nadrzędne.
Atrybuty
Brak.
Elementy podrzędne
Element |
Opis |
---|---|
Atrybut |
Wymagane. Określa dodatkowe informacje o składnika, takich jak język programowania. |
Elementy nadrzędne
Element |
Opis |
---|---|
Zawartość |
Grupy zawartości w pliku .vscontent. |
Uwagi
Atrybuty jest opcjonalnego elementu.
Przykład
W poniższym przykładzie metadanych dla projektu szablonu Wspólnoty zawartości składnika.
<VSContent xmlns="https://schemas.microsoft.com/developer/vscontent/2005">
<Content>
<FileName>MyProjectTemplate.zip</FileName>
<DisplayName>Sample Project Template</DisplayName>
<Description>A project template created for this example.</Description>
<FileContentType>VSTemplate</FileContentType>
<ContentVersion>2.0</ContentVersion>
<Attributes>
<Attribute name="ProjectType" value="Visual Basic"/>
<Attribute name="ProjectSubType" value=""/>
<Attribute name="TemplateType" value="Project"/>
</Attributes>
</Content>
</VSContent>