次の方法で共有


CompilerError.FileName プロパティ

定義

エラーの原因となったコードが含まれるソース ファイルのファイル名を取得または設定します。

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String

プロパティ値

エラーの原因となったコードが含まれるソース ファイルのファイル名。

適用対象