Partilhar via


DescriptionAttribute Classe

Definição

Descrição do teste.

public ref class DescriptionAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class DescriptionAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class DescriptionAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class DescriptionAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class DescriptionAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class DescriptionAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type DescriptionAttribute = class
    inherit TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type DescriptionAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type DescriptionAttribute = class
    inherit TestPropertyAttribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type DescriptionAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type DescriptionAttribute = class
    inherit TestPropertyAttribute
Public NotInheritable Class DescriptionAttribute
Inherits TestPropertyAttribute
Public NotInheritable Class DescriptionAttribute
Inherits Attribute
Herança
DescriptionAttribute
Herança
DescriptionAttribute
Atributos

Construtores

Nome Description
DescriptionAttribute(String)

Inicializa uma nova instância da DescriptionAttribute classe para descrever um teste.

Propriedades

Nome Description
Description

Obtém a descrição de um teste.

Name

Recebe o nome.

(Herdado de TestPropertyAttribute)
Value

Obtém o valor.

(Herdado de TestPropertyAttribute)

Aplica-se a