次の方法で共有


DescriptionAttribute クラス

定義

テストの説明。

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
属性

コンストラクター

名前 説明
DescriptionAttribute(String)

テストを記述するために、 DescriptionAttribute クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Description

テストの説明を取得します。

Name

名前を取得します。

(継承元 TestPropertyAttribute)
Value

値を取得します。

(継承元 TestPropertyAttribute)

適用対象