LinkTargetCollection::Remove Method (LinkTarget^)

 

Removes the first occurrence of a specific object from the ICollection<T>.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
void Remove(
	LinkTarget^ value
)

Parameters

value
Type: System.Windows.Documents::LinkTarget^

The link target to remove.

The link targets that follow the removed target move up to occupy the vacated spot. The indexes of the elements that are moved are also updated.

.NET Framework
Available since 3.0
Return to top
Show: