Gets a particular hypertext link from the collection.
public HypertextLink GetItem();
Public Function GetItem() As HypertextLink
public HypertextLink GetItem(int id);
Public Function GetItem(ByVal id As Integer) As HypertextLink
Parameter | Description |
---|---|
id | Specifies the hypertext link's identifier. The method returns null if a hypertext link with the specified identifier does not exist. |