'I want to change value of XML Schema Cache location in visual studio tool options

I want to change value of XML Schema Cache location in visual studio tool options. When i checked found that these values are stored in CurrentSettings.vssettings file and can be read using dte.prioperties.

But dte.properties need 2 strings, where "<PropertyValue name="SchemaCacheLocation">%VsInstallDir%\xml\Schemas</PropertyValue>" is under a Category tag "XMLEditor".

Can someone please help how to update this value?

Regards,



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source