ApplicationDataContainerSettings.GetView 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.
Returns a read-only snapshot of the contents of the settings container.
public:
virtual IMapView<Platform::String ^, Platform::Object ^> ^ GetView() = IMap<Platform::String ^, Platform::Object ^>::GetView;
IMapView<winrt::hstring, IInspectable const&> GetView();
public IReadOnlyDictionary<string,object> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of String, Object)
Returns
The view of the settings container.
Implements
Remarks
If the container is mutated, you must get a new view to see the updated contents of the settings container.