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::Add Method (LinkTarget^)

 

Adds a specified LinkTarget to the collection.

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

public:
int Add(
	LinkTarget^ value
)

Parameters

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

The link target that is added.

Return Value

Type: System::Int32

The zero-based index in the collection of the value added.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft