Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes a new instance of the NavigateToUrlAction class by using the provided URL.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
url As Uri _
)
public NavigateToUrlAction(
Uri url
)
public:
NavigateToUrlAction(
Uri^ url
)
new :
url:Uri -> NavigateToUrlAction
public function NavigateToUrlAction(
url : Uri
)
Parameters
url
Type: UriA Uri object.
.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.