HtmlImage.Href 属性

获取此控件的 HREF 特性的值。

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

语法

声明
Public Overridable ReadOnly Property Href As String
    Get
public virtual string Href { get; }
public:
virtual property String^ Href {
    String^ get ();
}
abstract Href : string
override Href : string
function get Href () : String

属性值

类型:System.String
此控件的 HREF 特性的值。

.NET Framework 安全性

请参见

参考

HtmlImage 类

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls 命名空间