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

適用於