VisualUnorderedCollection.Remove(Visual) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a visual from the collection.
public:
virtual void Remove(Visual ^ visual) = Remove;
void Remove(Visual const& visual);
public void Remove(Visual visual);
function remove(visual)
Public Sub Remove (visual As Visual)
Parameters
- visual
- Visual
Removes a visual from the collection.