TestElement.CreatedByUI 属性

获取或设置一个值,该值指示此元素是否通过用户界面创建。

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

语法

声明
<VisiblePropertyAttribute> _
Public Property CreatedByUI As Boolean
    Get
    Set
[VisiblePropertyAttribute]
public bool CreatedByUI { get; set; }
[VisiblePropertyAttribute]
public:
virtual property bool CreatedByUI {
    bool get () sealed;
    void set (bool value) sealed;
}
[<VisiblePropertyAttribute>]
abstract CreatedByUI : bool with get, set
[<VisiblePropertyAttribute>]
override CreatedByUI : bool with get, set
final function get CreatedByUI () : boolean
final function set CreatedByUI (value : boolean)

属性值

类型:System.Boolean
如果此元素是通过用户界面创建,则为 true;否则为 false。

实现

ITestElement.CreatedByUI

.NET Framework 安全性

请参见

参考

TestElement 类

Microsoft.VisualStudio.TestTools.Common 命名空间