Share via


IHTMLSelectElement 接口

命名空间:  mshtml
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
<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

IHTMLSelectElement 类型公开以下成员。

属性

  名称 说明
公共属性 length
公共属性 selectedIndex

页首

方法

  名称 说明
公共方法 _VtblGap1_9
公共方法 _VtblGap2_8
公共方法 _VtblGap3_2
公共方法 GetEnumerator 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。)
公共方法 tags

页首

请参见

参考

mshtml 命名空间