TestContext.Properties Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá vlastnosti testu pro 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
Hodnota vlastnosti
- Atributy