Condividi tramite


TestContext.Properties Proprietà

Definizione

Ottiene le proprietà di test per un test.

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

Valore della proprietà

Attributi

Si applica a