IHTMLElementCollection.item(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.InteropServices.DispId(0)]
public object item (object name, object index);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member item : obj * obj -> obj
Public Function item (Optional name As Object, Optional index As Object) As Object
Parameters
- name
- Object
- index
- Object
Returns
- Attributes