DescriptionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テストの説明。
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
- 継承
- 継承
-
DescriptionAttribute
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| DescriptionAttribute(String) |
テストを記述するために、 DescriptionAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Description |
テストの説明を取得します。 |
| Name |
名前を取得します。 (継承元 TestPropertyAttribute) |
| Value |
値を取得します。 (継承元 TestPropertyAttribute) |