Partilhar via


OwnerAttribute Classe

Definição

Proprietário do teste.

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
Herança
OwnerAttribute
Herança
Atributos

Construtores

Nome Description
OwnerAttribute(String)

Inicializa uma nova instância da classe OwnerAttribute.

Propriedades

Nome Description
Name

Recebe o nome.

(Herdado de TestPropertyAttribute)
Owner

Obtém o proprietário.

Value

Obtém o valor.

(Herdado de TestPropertyAttribute)

Aplica-se a