IAsyncStringStorage Interface

Visual Studio 2015
 

Stores and retrieves strings. Used as an abstraction over the settings service in the hub and unit-tests.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public interface IAsyncStringStorage : INotifyPropertyChanged

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

System_CAPS_pubeventPropertyChangedAsync

System_CAPS_pubeventStoreUpdated

Indicates that the store has been updated, but it is not known which specific values have changed. Clients maintaining cached copies of data should refetch in this case.

Return to top
Show: