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。
实现
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。