VSIXLanguagePack Element (VSIX Language Pack Schema)

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at VSIXLanguagePack Element (VSIX Language Pack Schema).

Required. Provides the root element for a VSIX language pack. The VSIX language pack provides localized installation information for a VSIX package.

<VSIXLanguagePack>  
  <LocalizedName>...</LocalizedName>  
  <LocalizedDescription>...</LocalizedDescription>  
  <MoreInfoURL>...</MoreInfoURL>  
  <License>...</License>  
</VSIXLanguagePack>  

The following sections describe attributes, child elements, and parent elements.

Attributes

AttributeDescription
xmlnsThe XML namespace in which the VSIX Language Pack schema is defined.
ValueDescription
http://schemas.microsoft.com/developer/vsx-schema-lp/2010Required. The location of the file that defines the schema for language packs.

Child Elements

ElementDescription
LocalizedName ElementRequired. The localized name of the extension to be installed.
LocalizedDescription ElementRequired. The localized description of the extension to be installed.
MoreInfoURL ElementOptional. A link to localized information about the extension.
License ElementOptional. The path of a localized version of the license file for the extension.

Parent Elements

ElementDescription
None
Namespacehttp://schemas.microsoft.com/developer/vsx-schema-lp/2010
Schema NameVSIX Language Pack Schema
Validation FileVSIXLanguagePackSchema.xsd
Can be EmptyNo

VSX Language Pack Schema Reference
Localizing VSIX Packages
VSIX Extension Schema 1.0 Reference

Show: