TestFilterContext.ManagedMethodName Propiedad

Definición

Obtiene o establece el nombre del método en el formulario de metadatos ECMA-335 o null cuando no hay metadatos administrados disponibles.

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

Valor de propiedad

Atributos

Comentarios

Incluye el nombre del método, el sufijo genérico y la lista de tipos de parámetros (por ejemplo, MyMethod`1(System.Int32)). Coincide con el formato definido por la RFC de propiedades de TestCase administradas.

Se aplica a