PlannedTest.TestProperties Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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