다음을 통해 공유


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

대상 소스 코드 파일 이름의 문자열 인스턴스입니다.

적용 대상