Asset Element (VSX Schema)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes an extension or content element that is surfaced by this package.
<Asset Type="Microsoft.VisualStudio.Control" Path="control.pkgdef" />
The following sections describe attributes, child elements, and parent elements.
Attributes
|
Attribute |
Description |
|---|---|
|
Type |
Describes the extension type or content type of this asset. The Assets Element in this manifest may contain multiple assets that have the same Type. The Type attribute must have a fully qualified name that follows typical namespace conventions. The allowable types are:
|
|
Path |
The relative path of a file or folder in the package. |
Child Elements
|
Element |
Description |
|---|---|
|
None |
|
Parent Elements
|
Element |
Description |
|---|---|
|
Contains an Asset element for every extension or content element that is surfaced by this package. |
Any attributes that are not listed in this document are exposed to the VSIX Manifest API as a name-value pair dictionary.
Any structured content is allowed in an Asset begin tag and end tag. This content is exposed as extra XmlElement objects to the VSIX Manifest API.