NavigateToUrlAction.Url 属性

获取或设置要启动的 URL。

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

语法

声明
Public Property Url As Uri
    Get
    Set
public Uri Url { get; set; }
public:
property Uri^ Url {
    Uri^ get ();
    void set (Uri^ value);
}
member Url : Uri with get, set
function get Url () : Uri
function set Url (value : Uri)

属性值

类型:System.Uri
要启动的 URL。

备注

设置此属性还会更改 UrlString 属性值。

设置此属性将引发 PropertyChanged 事件。

.NET Framework 安全性

请参见

参考

NavigateToUrlAction 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

PropertyChanged

UrlString