TestElement.Owner Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Получает или задает имя владельца данного элемента теста.
public:
virtual property System::String ^ Owner { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.GroupingProperty]
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")]
[System.ComponentModel.DefaultValue("")]
public virtual string Owner { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.GroupingProperty>]
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_Owner")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{5220C4AB-D3A7-48f1-8467-062E55CB4917}")>]
[<System.ComponentModel.DefaultValue("")>]
member this.Owner : string with get, set
Public Overridable Property Owner As String
Значение свойства
Имя владельца данного элемента теста.
Реализации
- Атрибуты