TestElement.Owner 属性

获取或设置此测试元素所有者的名称。

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

语法

声明
<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
Public Overridable Property Owner As String
[UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public virtual string Owner { get; set; }
[UserVisiblePropertyAttribute(L"{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public:
virtual property String^ Owner {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
abstract Owner : string with get, set
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
override Owner : string with get, set
function get Owner () : String
function set Owner (value : String)

属性值

类型:System.String
此测试元素所有者的名称。

实现

ITestElement.Owner

.NET Framework 安全性

请参见

参考

TestElement 类

Microsoft.VisualStudio.TestTools.Common 命名空间