HtmlImage.LinkAbsolutePath Property
Gets the absolute path of the hyperlink part of this control, if any.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property LinkAbsolutePath As String
public virtual string LinkAbsolutePath { get; }
public:
virtual property String^ LinkAbsolutePath {
String^ get ();
}
abstract LinkAbsolutePath : string with get
override LinkAbsolutePath : string with get
function get LinkAbsolutePath () : String
Property Value
Type: String
The absolute path of the hyperlink part of this control.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace