NameIDCollectionAdd(String, Int32, Object) Method
Add a new Item to the Collection by member values.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public NameIDItem Add(
string name,
int id,
Object tag
)
Public Function Add (
name As String,
id As Integer,
tag As Object
) 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.
- tag Object
-
Object referenced from this item.
NameIDItem
Newly created and added Item.