IUITechnologyElement.IsTreeSwitchingRequired 属性

获取一个值,该值指示无窗口的树切换案例是否需要树切换。

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

语法

声明
ReadOnly Property IsTreeSwitchingRequired As Boolean
    Get
bool IsTreeSwitchingRequired { get; }
property bool IsTreeSwitchingRequired {
    bool get ();
}
abstract IsTreeSwitchingRequired : bool
function get IsTreeSwitchingRequired () : boolean

属性值

类型:System.Boolean
如果需要树切换,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

IUITechnologyElement 接口

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