ISettingsManager.SetSharedStore(IAsyncStringStorage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Temporary internal helper method that will be removed after VS 14 Preview.
public:
void SetSharedStore(Microsoft::VisualStudio::Settings::IAsyncStringStorage ^ store);
public void SetSharedStore (Microsoft.VisualStudio.Settings.IAsyncStringStorage store);
abstract member SetSharedStore : Microsoft.VisualStudio.Settings.IAsyncStringStorage -> unit
Public Sub SetSharedStore (store As IAsyncStringStorage)
Parameters
- store
- IAsyncStringStorage
Remarks
This method is safe to access from any thread.