Breakpoint3.File 属性

定义

获取其中包含断点的文件的名称。

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

属性值

String

一个包括其中包含断点的文件名的字符串。

实现

属性

注解

请参阅 File

适用于