Поделиться через


TestElement.Owner - свойство

Получает или задает имя владельца данного элемента теста.

Пространство имен:  Microsoft.VisualStudio.TestTools.Common
Сборка:  Microsoft.VisualStudio.QualityTools.Common (в Microsoft.VisualStudio.QualityTools.Common.dll)

Синтаксис

'Декларация
<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")> _
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
Public Overridable Property Owner As String
[UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public virtual string Owner { get; set; }
[UserVisiblePropertyAttribute(L"{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public:
virtual property String^ Owner {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
abstract Owner : string with get, set
[<UserVisiblePropertyAttribute("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
override Owner : string with get, set
function get Owner () : String 
function set Owner (value : String)

Значение свойства

Тип: String
Имя владельца данного элемента теста.

Реализации

ITestElement.Owner

Безопасность платформы .NET Framework

См. также

Ссылки

TestElement Класс

Microsoft.VisualStudio.TestTools.Common - пространство имен