'Declaration Protected Friend Overrides Sub PrepareContainerForRecordPresenter( _ ByVal panel As Panel, _ ByVal wrapper As DependencyObject, _ ByVal recordPresenter As RecordPresenter _ )
protected internal override void PrepareContainerForRecordPresenter( Panel panel, DependencyObject wrapper, RecordPresenter recordPresenter )
This method, along with the GetContainerForRecordPresenter, only need to be overridden if the view requires a specialized wrapper element around each RecordPresenter element. You would create a wrapper element in GetContainerForRecordPresenter and associate it with a record presenter in this method.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2