MemberListBinding.Initializers Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the element initializers for initializing a collection member of a newly created object.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ElementInit>A ReadOnlyCollection<T> of ElementInit objects to initialize a collection member with.
Show: