次の方法で共有


TestMethodAttribute.DisplayName Property

Definition

Gets or sets display name for the test.

public string DisplayName { get; }
public string? DisplayName { get; }
[System.Runtime.CompilerServices.Nullable(2)]
public string? DisplayName { get; init; }
[System.Runtime.CompilerServices.Nullable(2)]
public string? DisplayName { get; set; }
public string? DisplayName { get; init; }
public string? DisplayName { get; set; }
member this.DisplayName : string
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.DisplayName : string with get, set
member this.DisplayName : string with get, set
Public ReadOnly Property DisplayName As String
Public Property DisplayName As String

Property Value

Attributes

Applies to