다음을 통해 공유


BuildManager.GetCompiledCustomString(String) 메서드

정의

가상 경로가 지정된 파일을 컴파일하고 빌드 공급자가 캐시에 유지하는 사용자 지정 문자열을 반환합니다.

public:
 static System::String ^ GetCompiledCustomString(System::String ^ virtualPath);
public static string GetCompiledCustomString (string virtualPath);
static member GetCompiledCustomString : string -> string
Public Shared Function GetCompiledCustomString (virtualPath As String) As String

매개 변수

virtualPath
String

빌드할 파일의 가상 경로입니다.

반환

String

디스크나 메모리에 캐시되며 GetCustomString(CompilerResults) 메서드에 반환되는 문자열입니다.

적용 대상

추가 정보