Breakpoint3.FunctionName 属性

定义

获取包含断点的函数名称。

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

属性值

String

一个包含函数名称的字符串。

实现

属性

注解

请参阅 FunctionName

适用于