PlannedTest.TestProperties Propriedade

Definição

Obtém os pares nome/valor aplicados a esse teste por meio de TestPropertyAttribute. Vários atributos com o mesmo nome são preservados como entradas separadas.

public System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,string>> TestProperties { get; }
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 0, 1, 1 })]
public System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,string>> TestProperties { get; }
member this.TestProperties : System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, string>>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 0, 1, 1 })>]
member this.TestProperties : System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property TestProperties As IReadOnlyCollection(Of KeyValuePair(Of String, String))

Valor da propriedade

Atributos

Aplica-se a