TestContext.Properties Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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