BitmapPropertySet.GetView Method

Definition

Gets an immutable view of the property set.

public:
 virtual IMapView<Platform::String ^, BitmapTypedValue ^> ^ GetView() = IMap<Platform::String ^, BitmapTypedValue ^>::GetView;
IMapView<winrt::hstring, BitmapTypedValue const&> GetView();
public IReadOnlyDictionary<string,BitmapTypedValue> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of String, BitmapTypedValue)

Returns

The immutable view.

Implements

Applies to

See also