ResourceDictionary.GetView Method

Definition

Retrieves a view against the ResourceDictionary.

public:
 virtual IMapView<Platform::Object ^, Platform::Object ^> ^ GetView() = IMap<Platform::Object ^, Platform::Object ^>::GetView;
IMapView<IInspectable, IInspectable const&> GetView();
public IReadOnlyDictionary<object,object> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of Object, Object)

Returns

IMapView<Object,Object>

IReadOnlyDictionary<Object,Object>

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

IMapView<IInspectable,IInspectable>

The view object.

Implements

Remarks

Note

There is no exact Microsoft .NET equivalent for this API, although CopyTo is similar.

Applies to

See also