共用方式為


SourceLocation.FileName 屬性

定義

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

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

屬性值

String

目標原始程式碼檔名稱的字串執行個體。

適用於