Gets a particular hypertext link from the collection.

GetItem()

public HypertextLink GetItem();
Public Function GetItem() As HypertextLink

GetItem(Int)

public HypertextLink GetItem(int id);
Public Function GetItem(ByVal id As Integer) As HypertextLink

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.