Breakpoint3.FunctionName Property

Definition

Gets the name of the function that contains the breakpoint.

public:
 property System::String ^ FunctionName { System::String ^ get(); };
public:
 property Platform::String ^ FunctionName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(102)]
public string FunctionName { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.FunctionName : string
Public ReadOnly Property FunctionName As String

Property Value

A string that contains the function name.

Implements

Attributes

Remarks

See FunctionName.

Applies to