Share via


ResXResourceWriter.BasePath 속성

정의

ResXFileRef 개체에 지정된 상대 파일 경로의 기본 경로를 가져오거나 설정합니다.

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

속성 값

ResXFileRef 개체에 지정된 상대 파일 경로 앞에 추가될 경우 XML 리소스 파일의 절대 경로를 생성하는 경로입니다.

적용 대상