取得值,這個值表示使用者是否能移到其他頁面。
命名空間: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
組件: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)
語法
'宣告
Public Overridable ReadOnly Property CanChangePage As Boolean
Get
public virtual bool CanChangePage { get; }
public:
virtual property bool CanChangePage {
bool get ();
}
abstract CanChangePage : bool
override CanChangePage : bool
function get CanChangePage () : boolean
屬性值
型別:System.Boolean
Boolean 值,這個值表示使用者是否能移到其他頁面。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls 命名空間