DescriptionAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Popis testu.
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
- Dědičnost
- Dědičnost
-
DescriptionAttribute
- Atributy
Konstruktory
| Name | Description |
|---|---|
| DescriptionAttribute(String) |
Inicializuje novou instanci DescriptionAttribute třídy popisovat test. |
Vlastnosti
| Name | Description |
|---|---|
| Description |
Získá popis testu. |
| Name |
Získá název. (Zděděno od TestPropertyAttribute) |
| Value |
Získá hodnotu. (Zděděno od TestPropertyAttribute) |