IHTMLOptionElement.text 属性

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

语法

声明
Property text As String
string text { get; set; }
property String^ text {
    String^ get ();
    void set (String^ value);
}
abstract text : string with get, set
function get text () : String
function set text (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

IHTMLOptionElement 接口

mshtml 命名空间