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: