MvcPresentationModel_T::RemoveRendering

void MvcPresentationModel_T::RemoveRendering(MvcVisualPart* pVisualPart)

Removes an observer from the list of dependents

Defined in: MvcPresentationModel.h

Return Value

void

Parameters

pVisualPart

The dependent to be removed from the list of dependents

Comments

This function removes the specified visual part from this presentation model's list of renders.

See Also

AddRendering