CustomExtension Element (VSX Schema)
Visual Studio 2010
Specifies a custom extension to install and specifies its type.
<CustomExtension Type="Company.Product.Type">Path\File.ext</CustomExtension> <CustomExtension Type="Company.Product.Type">Path\Directory</CustomExtension>
The following sections describe attributes, child elements, and parent elements.
Attributes
|
Attribute |
Description |
|---|---|
|
Type |
Required. The type name of the custom extension. We recommend the use of fully qualified type names to ensure uniqueness. |
Child Elements
|
Element |
Description |
|---|---|
|
None |
|
Parent Elements
|
Element |
Description |
|---|---|
|
Contains references to the installable components of the VSIX package. |