Adapter for the platform's retargettable "add memory rendering" action.
Clients implementing this adapter are expected to add the necessary memory blocks
and renderings when the adapter is invoked.
Typically, to add a memory rendering, client needs to do the following:
Create a new memory block
Add the new memory block to the Memory Block Manager. (IMemoryBlockManager)
Create the new rendering from IMemoryRenderingTypeDelegate
Bring the required memory view to the top. (IMemoryRenderingSite)
Find the container from the memory view to host the new memory rendering.
(IMemoryRenderingContainer)
Initialize the new rendering with the appropriate memory block and container.
Typically, to add a memory rendering, client needs to do the following:
IMemoryBlockManager)IMemoryRenderingTypeDelegateIMemoryRenderingSite)IMemoryRenderingContainer)Clients may implement this interface.