Share via


ResolvedMethod.MethodName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the method name without the containing type name. If the method name cannot be retrieved, an empty string is returned.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public ReadOnly Property MethodName As String
    Get
'Usage
Dim instance As ResolvedMethod
Dim value As String

value = instance.MethodName
public string MethodName { get; }
public:
property String^ MethodName {
    String^ get ();
}
member MethodName : string
function get MethodName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ResolvedMethod Class

ResolvedMethod Members

Microsoft.VisualStudio.TraceLog Namespace