Optional. Specifies Visual Studio editions that are supported by the extension.
<VisualStudio Version="10.0">
  <Edition>Pro</Edition>
  <Edition>...</Edition>
</VisualStudio>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
| Version | Required. The version number of the supported Visual Studio edition. | 
Child Elements
| Element | Description | 
|---|---|
| Specifies a Visual Studio edition that the extension supports. | 
Parent Elements
| Element | Description | 
|---|---|
| Specifies the versions and editions of Visual Studio that are supported by the extension. | 
Text Value
None.
Remarks
This element is required unless the parent element contains one or more Isolated Shell elements.
One VisualStudio element can contain multiple Edition elements.
Element Information
| Namespace | https://schemas.microsoft.com/developer/vsx-schema/2010 | 
| Schema Name | VSIX Manifest | 
| Validation File | VSIXManifestSchema.xsd | 
| Can be Empty | Not applicable |