Gets a particular hypertext link from the collection.

GetItem()

public HypertextLink GetItem();

GetItem(Int)

public HypertextLink GetItem(int id);

Parameters

Parameter Description
id Specifies the hypertext link's identifier. The method returns null if a hypertext link with the specified identifier does not exist.