IHTMLOptionElement.selected 属性

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

语法

声明
Property selected As Boolean
bool selected { get; set; }
property bool selected {
    bool get ();
    void set (bool value);
}
abstract selected : bool with get, set
function get selected () : boolean
function set selected (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

IHTMLOptionElement 接口

mshtml 命名空间