NameIDCollectionAdd(String, Int32) Method
Add a new Item to the Collection by Name and ID.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public NameIDItem Add(
string name,
int id
)
Public Function Add (
name As String,
id As Integer
) As NameIDItem
No code example is currently available or this language may not be supported.
- name String
-
The Name of the Item to Add.
- id Int32
-
The ID of the Item to Add.
NameIDItem
Newly created and added Item.