ImplicitAnimationCollection.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 map view of the collection.
public:
virtual IMapView<Platform::String ^, ICompositionAnimationBase ^> ^ GetView() = IMap<Platform::String ^, ICompositionAnimationBase ^>::GetView;
IMapView<winrt::hstring, ICompositionAnimationBase const&> GetView();
public IReadOnlyDictionary<string,ICompositionAnimationBase> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of String, ICompositionAnimationBase)
Returns
IMapView<Platform::String,ICompositionAnimationBase>
IMapView<winrt::hstring,ICompositionAnimationBase>
Returns a map view of the collection.