TestFilterContext.ManagedMethodName Proprietà

Definizione

Ottiene o imposta il nome del metodo nel formato dei metadati ECMA-335 o null quando non sono disponibili metadati gestiti.

public string? ManagedMethodName { get; set; }
[System.Runtime.CompilerServices.Nullable(2)]
public string? ManagedMethodName { get; set; }
member this.ManagedMethodName : string with get, set
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.ManagedMethodName : string with get, set
Public Property ManagedMethodName As String

Valore della proprietà

Attributi

Commenti

Include il nome del metodo, il suffisso di arity generico e l'elenco dei tipi di parametro ,ad esempio MyMethod`1(System.Int32). Corrisponde al formato definito dalla RFC Proprietà TestCase gestite.

Si applica a