TestContext.Properties 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 propriedades de teste para um teste.
public abstract System.Collections.Generic.IDictionary<string,object> Properties { get; }
public abstract System.Collections.IDictionary Properties { get; }
public abstract System.Collections.Generic.IDictionary<string,object?> Properties { get; }
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })]
public abstract System.Collections.Generic.IDictionary<string,object?> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
member this.Properties : System.Collections.IDictionary
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 1, 2 })>]
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public MustOverride ReadOnly Property Properties As IDictionary(Of String, Object)
Public MustOverride ReadOnly Property Properties As IDictionary
Valor da propriedade
- Atributos