IHTMLSelectElement Interface

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

Syntax

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

The IHTMLSelectElement type exposes the following members.

Properties

  Name Description
Public property length
Public property selectedIndex

Top

Methods

  Name Description
Public method _VtblGap1_9
Public method _VtblGap2_8
Public method _VtblGap3_2
Public method GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Public method tags

Top

See Also

Reference

mshtml Namespace