PlannedTest.ManagedMethodName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ECMA-335 managed method name (encoding parameter types) for the test method, when available. Use this for unambiguous identification of overloaded methods.
public string? ManagedMethodName { get; }
[System.Runtime.CompilerServices.Nullable(2)]
public string? ManagedMethodName { get; }
member this.ManagedMethodName : string
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.ManagedMethodName : string
Public ReadOnly Property ManagedMethodName As String
Property Value
- Attributes