ApplicationDataCompositeValue.GetView Method

Definition

Returns a read-only snapshot of the contents of the composite value.

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

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

The view of the composite value.

Implements

Remarks

If the composite value is mutated, you must get a new view to see the updated contents of the composite value.

Applies to