HtmlImage.AbsolutePath Property
Gets the absolute path for this image control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property AbsolutePath As String
public virtual string AbsolutePath { get; }
public:
virtual property String^ AbsolutePath {
String^ get ();
}
abstract AbsolutePath : string with get
override AbsolutePath : string with get
function get AbsolutePath () : String
Property Value
Type: String
The absolute path for this image 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