OwnerAttribute Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Владелец теста.
public ref class OwnerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class OwnerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class OwnerAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class OwnerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class OwnerAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type OwnerAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type OwnerAttribute = class
inherit TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type OwnerAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type OwnerAttribute = class
inherit TestPropertyAttribute
Public NotInheritable Class OwnerAttribute
Inherits Attribute
Public NotInheritable Class OwnerAttribute
Inherits TestPropertyAttribute
- Наследование
-
OwnerAttribute
- Наследование
- Атрибуты
Конструкторы
| Имя | Описание |
|---|---|
| OwnerAttribute(String) |
Инициализирует новый экземпляр класса OwnerAttribute. |
Свойства
| Имя | Описание |
|---|---|
| Name |
Получает имя. (Унаследовано от TestPropertyAttribute) |
| Owner |
Возвращает владельца. |
| Value |
Возвращает значение. (Унаследовано от TestPropertyAttribute) |