IHTMLElementCollection Interface

Namespace:  mshtml
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
<GuidAttribute("3050F21F-98B5-11CF-BB82-00AA00BDCE0B")> _
Public Interface IHTMLElementCollection _
    Inherits IEnumerable
[GuidAttribute("3050F21F-98B5-11CF-BB82-00AA00BDCE0B")]
public interface IHTMLElementCollection : IEnumerable
[GuidAttribute(L"3050F21F-98B5-11CF-BB82-00AA00BDCE0B")]
public interface class IHTMLElementCollection : IEnumerable
[<GuidAttribute("3050F21F-98B5-11CF-BB82-00AA00BDCE0B")>]
type IHTMLElementCollection =  
    interface 
        interface IEnumerable 
    end
public interface IHTMLElementCollection extends IEnumerable

The IHTMLElementCollection type exposes the following members.

Methods

  Name Description
Public method _VtblGap1_3
Public method GetEnumerator

Top

See Also

Reference

mshtml Namespace