ISettingsManager.SetOnlineStore(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 SetOnlineStore(Microsoft::VisualStudio::Settings::IAsyncStringStorage ^ store);
public void SetOnlineStore (Microsoft.VisualStudio.Settings.IAsyncStringStorage store);
abstract member SetOnlineStore : Microsoft.VisualStudio.Settings.IAsyncStringStorage -> unit
Public Sub SetOnlineStore (store As IAsyncStringStorage)
Parameters
- store
- IAsyncStringStorage
Remarks
This method is safe to access from any thread.