BrowserWindow.Uri Property
Gets the URI of the loaded page.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Uri As Uri
public virtual Uri Uri { get; }
public:
virtual property Uri^ Uri {
Uri^ get ();
}
abstract Uri : Uri
override Uri : Uri
function get Uri () : Uri
Property Value
Type: System.Uri
The uniform resource identifier (URI) of the loaded page.
.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.