NameIDCollectionGetNames Method
Return an array of values matching the specified Name.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public NameIDItem[] GetNames(
string name
)
Public Function GetNames (
name As String
) As NameIDItem()
No code example is currently available or this language may not be supported.
- name String
-
Name to search for.
NameIDItem
Array of NameIDItem values having the specified Name, if the name was
found. Otherwise, a zero length array.