Click or drag to resize

VisualComponentModel Methods

The VisualComponentVisualComponentModel type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add visuals to a component.
Public methodFind
Find all the component roots for this visual. If filterTypes is null or empty, we return all component roots for the visual. If filterTypes is set, then we may return only the component roots for the given types. Even if filterTypes is set, we may return roots for other component types too - filterTypes is just a hint.
Public methodRemove
Remove visuals from a component. Should be tolerant of 'component' or 'componentType' being null or invalid.
Top
See Also