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

속성 값

오류를 발생시킨 코드를 포함하는 소스 파일의 파일 이름입니다.

적용 대상