SourceLocation.FileName 屬性

定義

取得目標原始碼檔案的名稱。

public:
 property System::String ^ FileName { System::String ^ get(); };
public string FileName { get; }
member this.FileName : string
Public ReadOnly Property FileName As String

屬性值

目標原始碼檔案名稱的字串實例。

適用於