'Declaration Protected Friend Overridable Function GetContainerForRecordPresenter( _ ByVal panel As Panel, _ ByVal record As Record _ ) As DependencyObject
protected internal virtual DependencyObject GetContainerForRecordPresenter( Panel panel, Record record )
This method, along with the PrepareContainerForRecordPresenter, only need to be overridden if the view requires a specialized wrapper element around each RecordPresenter element. You would create a wrapper element in this method and associate it with a record presenter in PrepareContainerForRecordPresenter method.
Note: the 'record' parameter will be null unless the RecordContainerGenerationMode is set to 'Recycle' (its default value).
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