TestElement.Owner 属性
获取或设置此测试元素所有者的名称。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")> _
Public Overridable Property Owner As String
Get
Set
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
public virtual string Owner { get; set; }
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
public:
virtual property String^ Owner {
String^ get ();
void set (String^ value);
}
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
abstract Owner : string with get, set
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
override Owner : string with get, set
function get Owner () : String
function set Owner (value : String)
属性值
类型:System.String
此测试元素所有者的名称。
实现
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。