Persistent Storage In Visual Studio 2010 Extensions

added by kilsekddd
10/7/2011 9:15:37 PM

168 Views

TLDR: Use an instance of IServiceProvider gotten from your Package to gain access to a SettingsManager, which grants access to a WritableSettingsStore that you can easily wrap to store data in the DPAPI protected area of your users' registry.


0 comments