The VisualCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddDuplicate | Creates a duplicate of the specified Visual and adds it to the collection.
|
![]() | AddNew(ModIdentifier) |
Adds a new visual with a ModVisualization content as specified by the modIdentifier.
|
![]() ![]() | AddNew(TypeIdentifier) | Creates a new Visual with a visual of the type identified by visualTypeId
and adds it to the collection.
|
![]() ![]() | AddNew<T>() | Adds a new visual of the specified type.
|
![]() | Contains | Determines whether the visual is in the collection.
|
![]() | ForEachNodeInSubTree<TNode> |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove | Removes the specified Visual.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetVisual | Tries to get a visual specified by its id.
|
Explicit Interface Implementations
See Also