ApplicationDataCompositeValue.GetView | getView method

This topic has not yet been rated - Rate this topic

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

Syntax


var iMapView = applicationDataCompositeValue.getView();

Parameters

This method has no parameters.

Return value

Type: IMapView<String, Object>

The view of the composite value.

Remarks

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage
Windows::Storage [C++]

Metadata

Windows.winmd

DLL

Windows.Storage.ApplicationData.dll

See also

ApplicationDataCompositeValue

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.