Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft