NameIDCollectionID Method
Return the Item having the specified ID from the Collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public NameIDItem ID(
int id
)
Public Function ID (
id As Integer
) As NameIDItem
No code example is currently available or this language may not be supported.
- id Int32
-
ID of the Item to search for.
NameIDItem
NameIDItem having the specified ID, if found. Otherwise, null.